#CBF388

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

Shades of Sulu #CBF388

Tints of Sulu #CBF388

Color information

#CBF388 (or 0xCBF388) is unknown color: approx Sulu. HEX triplet: CB, F3 and 88. RGB value is (203,243,136). Sum of RGB (Red+Green+Blue) = 203+243+136=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF388 is #340C77. Grayscale: #DBDBDB. Windows color (decimal): -3411064 or 8975307. OLE color: 8975307.

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

Color convert

RGB203243136-
CMYK0.1600.440.05
HSL82.43º81.68%74.31%-
HSV(B)82.43º44.03%95.29%-
XYZ61.1278.5835.24-
YUV218.8481.25116.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 243 (95.31% from 255) = 41.75%
BLUE value IS 136 (53.52% from 255) = 23.37%
R=34.88%
G=41.75%
B=23.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032431360.1600.440.0582.4381.6874.31
HexCBF3881002C552524a
Octal313363210200545122122112
Binary110010111111001110001000100000101100101101001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF388; }

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

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

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

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

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

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

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

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