#CBF07D

Color #CBF07D Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CBF07D

Tints of Sulu #CBF07D

Color information

#CBF07D (or 0xCBF07D) is unknown color: approx Sulu. HEX triplet: CB, F0 and 7D. RGB value is (203,240,125). Sum of RGB (Red+Green+Blue) = 203+240+125=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF07D is #340F82. Grayscale: #D8D8D8. Windows color (decimal): -3411843 or 8253643. OLE color: 8253643.

HSL color Cylindrical-coordinate representation of color #CBF07D: hue angle of 79.3º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBF07D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB203240125-
CMYK0.1500.480.06
HSL79.3º79.31%71.57%-
HSV(B)79.3º47.92%94.12%-
XYZ59.4976.531.03-
YUV215.8376.74118.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 240 (94.14% from 255) = 42.25%
BLUE value IS 125 (49.22% from 255) = 22.01%
R=35.74%
G=42.25%
B=22.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032401250.1500.480.0679.379.3171.57
HexCBF07DF03064f4f48
Octal313360175170606117117110
Binary1100101111110000111110111110110000110100111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF07D; }

 p { color: rgb(203,240,125); }

 H1.HeaderClassName
 {
   color: #CBF07D;
 }
 .AnyTagClassName
 {
   color: #CBF07D;
 }
</style>
background-color css

<style>
 a { background-color: #CBF07D; }

 a { background-color: rgb(203,240,125); }

 div.DivClassName
 {
   background-color: #CBF07D;
 }
 .BgClassName
 {
   background-color: #CBF07D;
 }
</style>
border-color css

<style>
 span { border-color: #CBF07D; }

 span { border-color: rgb(203,240,125); }

 td.TdClassName
 {
   border-color: #CBF07D;
 }
 .TagClassName
 {
   border-color: #CBF07D;
 }
</style>