#CBF876

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

Shades of Sulu #CBF876

Tints of Sulu #CBF876

Color information

#CBF876 (or 0xCBF876) is unknown color: approx Sulu. HEX triplet: CB, F8 and 76. RGB value is (203,248,118). Sum of RGB (Red+Green+Blue) = 203+248+118=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF876 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF876 is #340789. Grayscale: #DCDCDC. Windows color (decimal): -3409802 or 7796939. OLE color: 7796939.

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

Color convert

RGB203248118-
CMYK0.1800.520.03
HSL80.77º90.28%71.76%-
HSV(B)80.77º52.42%97.25%-
XYZ61.4781.1429.56-
YUV219.7270.59116.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 248 (97.27% from 255) = 43.59%
BLUE value IS 118 (46.48% from 255) = 20.74%
R=35.68%
G=43.59%
B=20.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032481180.1800.520.0380.7790.2871.76
HexCBF876120343515a48
Octal313370166220643121132110
Binary1100101111111000111011010010011010011101000110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF876; }

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

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

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

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

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

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

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

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