#CBF382

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

Shades of Sulu #CBF382

Tints of Sulu #CBF382

Color information

#CBF382 (or 0xCBF382) is unknown color: approx Sulu. HEX triplet: CB, F3 and 82. RGB value is (203,243,130). Sum of RGB (Red+Green+Blue) = 203+243+130=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF382 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF382 is #340C7D. Grayscale: #DADADA. Windows color (decimal): -3411070 or 8582091. OLE color: 8582091.

HSL color Cylindrical-coordinate representation of color #CBF382: hue angle of 81.24º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBF382 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB203243130-
CMYK0.1600.470.05
HSL81.24º82.48%73.14%-
HSV(B)81.24º46.5%95.29%-
XYZ60.7178.4133.05-
YUV218.1678.25117.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 243 (95.31% from 255) = 42.19%
BLUE value IS 130 (51.17% from 255) = 22.57%
R=35.24%
G=42.19%
B=22.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032431300.1600.470.0581.2482.4873.14
HexCBF3821002F5515249
Octal313363202200575121122111
Binary110010111111001110000010100000101111101101000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF382; }

 p { color: rgb(203,243,130); }

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

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

 a { background-color: rgb(203,243,130); }

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

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

 span { border-color: rgb(203,243,130); }

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