#CBF87D

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

Shades of Sulu #CBF87D

Tints of Sulu #CBF87D

Color information

#CBF87D (or 0xCBF87D) is unknown color: approx Sulu. HEX triplet: CB, F8 and 7D. RGB value is (203,248,125). Sum of RGB (Red+Green+Blue) = 203+248+125=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF87D is #340782. Grayscale: #DCDCDC. Windows color (decimal): -3409795 or 8255691. OLE color: 8255691.

HSL color Cylindrical-coordinate representation of color #CBF87D: hue angle of 81.95º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBF87D is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB203248125-
CMYK0.1800.500.03
HSL81.95º89.78%73.14%-
HSV(B)81.95º49.6%97.25%-
XYZ61.981.3131.83-
YUV220.5274.09115.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 248 (97.27% from 255) = 43.06%
BLUE value IS 125 (49.22% from 255) = 21.70%
R=35.24%
G=43.06%
B=21.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032481250.1800.500.0381.9589.7873.14
HexCBF87D120323525a49
Octal313370175220623122132111
Binary1100101111111000111110110010011001011101001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF87D; }

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

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

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

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

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

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

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

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