#CBF370

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

Shades of Sulu #CBF370

Tints of Sulu #CBF370

Color information

#CBF370 (or 0xCBF370) is unknown color: approx Sulu. HEX triplet: CB, F3 and 70. RGB value is (203,243,112). Sum of RGB (Red+Green+Blue) = 203+243+112=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF370 is #340C8F. Grayscale: #D8D8D8. Windows color (decimal): -3411088 or 7402443. OLE color: 7402443.

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

Color convert

RGB203243112-
CMYK0.1600.540.05
HSL78.32º84.52%69.61%-
HSV(B)78.32º53.91%95.29%-
XYZ59.677.9727.24-
YUV216.1169.25118.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 243 (95.31% from 255) = 43.55%
BLUE value IS 112 (44.14% from 255) = 20.07%
R=36.38%
G=43.55%
B=20.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032431120.1600.540.0578.3284.5269.61
HexCBF3701003654e5546
Octal313363160200665116125106
Binary11001011111100111110000100000110110101100111010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF370; }

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

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

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

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

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

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

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

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