#CBF089

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

Shades of Sulu #CBF089

Tints of Sulu #CBF089

Color information

#CBF089 (or 0xCBF089) is unknown color: approx Sulu. HEX triplet: CB, F0 and 89. RGB value is (203,240,137). Sum of RGB (Red+Green+Blue) = 203+240+137=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 137 (53.91% from 255 or 23.62% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF089 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF089 is #340F76. Grayscale: #D9D9D9. Windows color (decimal): -3411831 or 9040075. OLE color: 9040075.

HSL color Cylindrical-coordinate representation of color #CBF089: hue angle of 81.55º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBF089 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB203240137-
CMYK0.1500.430.06
HSL81.55º77.44%73.92%-
HSV(B)81.55º42.92%94.12%-
XYZ60.376.8235.32-
YUV217.282.74117.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35%
GREEN value IS 240 (94.14% from 255) = 41.38%
BLUE value IS 137 (53.91% from 255) = 23.62%
R=35%
G=41.38%
B=23.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032401370.1500.430.0681.5577.4473.92
HexCBF089F02B6524d4a
Octal313360211170536122115112
Binary11001011111100001000100111110101011110101001010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF089; }

 p { color: rgb(203,240,137); }

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

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

 a { background-color: rgb(203,240,137); }

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

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

 span { border-color: rgb(203,240,137); }

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