#CBF781

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

Shades of Sulu #CBF781

Tints of Sulu #CBF781

Color information

#CBF781 (or 0xCBF781) is unknown color: approx Sulu. HEX triplet: CB, F7 and 81. RGB value is (203,247,129). Sum of RGB (Red+Green+Blue) = 203+247+129=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 247 (96.88% from 255 or 42.66% from 579); Blue value is 129 (50.78% from 255 or 22.28% from 579); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF781 is #34087E. Grayscale: #DCDCDC. Windows color (decimal): -3410047 or 8517579. OLE color: 8517579.

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

Color convert

RGB203247129-
CMYK0.1800.480.03
HSL82.37º88.06%73.73%-
HSV(B)82.37º47.77%96.86%-
XYZ61.8580.833.11-
YUV220.3976.42115.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 247 (96.88% from 255) = 42.66%
BLUE value IS 129 (50.78% from 255) = 22.28%
R=35.06%
G=42.66%
B=22.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032471290.1800.480.0382.3788.0673.73
HexCBF78112030352584a
Octal313367201220603122130112
Binary11001011111101111000000110010011000011101001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF781; }

 p { color: rgb(203,247,129); }

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

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

 a { background-color: rgb(203,247,129); }

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

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

 span { border-color: rgb(203,247,129); }

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