#CBF88B

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

Shades of Sulu #CBF88B

Tints of Sulu #CBF88B

Color information

#CBF88B (or 0xCBF88B) is unknown color: approx Sulu. HEX triplet: CB, F8 and 8B. RGB value is (203,248,139). Sum of RGB (Red+Green+Blue) = 203+248+139=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF88B is #340774. Grayscale: #DEDEDE. Windows color (decimal): -3409781 or 9173195. OLE color: 9173195.

HSL color Cylindrical-coordinate representation of color #CBF88B: hue angle of 84.77º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBF88B is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB203248139-
CMYK0.1800.440.03
HSL84.77º88.62%75.88%-
HSV(B)84.77º43.95%97.25%-
XYZ62.8681.736.88-
YUV222.1281.09114.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 248 (97.27% from 255) = 42.03%
BLUE value IS 139 (54.69% from 255) = 23.56%
R=34.41%
G=42.03%
B=23.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032481390.1800.440.0384.7788.6275.88
HexCBF88B1202C355594c
Octal313370213220543125131114
Binary11001011111110001000101110010010110011101010110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF88B; }

 p { color: rgb(203,248,139); }

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

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

 a { background-color: rgb(203,248,139); }

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

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

 span { border-color: rgb(203,248,139); }

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