#CBF07C

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

Shades of Sulu #CBF07C

Tints of Sulu #CBF07C

Color information

#CBF07C (or 0xCBF07C) is unknown color: approx Sulu. HEX triplet: CB, F0 and 7C. RGB value is (203,240,124). Sum of RGB (Red+Green+Blue) = 203+240+124=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF07C is #340F83. Grayscale: #D8D8D8. Windows color (decimal): -3411844 or 8188107. OLE color: 8188107.

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

Color convert

RGB203240124-
CMYK0.1500.480.06
HSL79.14º79.45%71.37%-
HSV(B)79.14º48.33%94.12%-
XYZ59.4376.4730.7-
YUV215.7176.24118.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 240 (94.14% from 255) = 42.33%
BLUE value IS 124 (48.83% from 255) = 21.87%
R=35.80%
G=42.33%
B=21.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032401240.1500.480.0679.1479.4571.37
HexCBF07CF03064f4f47
Octal313360174170606117117107
Binary1100101111110000111110011110110000110100111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF07C; }

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

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

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

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

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

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

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

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