#CBF377

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

Shades of Sulu #CBF377

Tints of Sulu #CBF377

Color information

#CBF377 (or 0xCBF377) is unknown color: approx Sulu. HEX triplet: CB, F3 and 77. RGB value is (203,243,119). Sum of RGB (Red+Green+Blue) = 203+243+119=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF377 is #340C88. Grayscale: #D9D9D9. Windows color (decimal): -3411081 or 7861195. OLE color: 7861195.

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

Color convert

RGB203243119-
CMYK0.1600.510.05
HSL79.35º83.78%70.98%-
HSV(B)79.35º51.03%95.29%-
XYZ60.0178.1329.37-
YUV216.972.75118.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 243 (95.31% from 255) = 43.01%
BLUE value IS 119 (46.88% from 255) = 21.06%
R=35.93%
G=43.01%
B=21.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032431190.1600.510.0579.3583.7870.98
HexCBF3771003354f5447
Octal313363167200635117124107
Binary11001011111100111110111100000110011101100111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF377; }

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

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

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

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

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

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

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

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