#CBFE72

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

Shades of Sulu #CBFE72

Tints of Sulu #CBFE72

Color information

#CBFE72 (or 0xCBFE72) is unknown color: approx Sulu. HEX triplet: CB, FE and 72. RGB value is (203,254,114). Sum of RGB (Red+Green+Blue) = 203+254+114=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBFE72 is #34018D. Grayscale: #DFDFDF. Windows color (decimal): -3408270 or 7536331. OLE color: 7536331.

HSL color Cylindrical-coordinate representation of color #CBFE72: hue angle of 81.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBFE72 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB203254114-
CMYK0.2000.550.00
HSL81.86º98.59%72.16%-
HSV(B)81.86º55.12%99.61%-
XYZ63.1184.828.96-
YUV222.7966.6113.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 254 (99.61% from 255) = 44.48%
BLUE value IS 114 (44.92% from 255) = 19.96%
R=35.55%
G=44.48%
B=19.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032541140.2000.550.0081.8698.5972.16
HexCBFE72140370526348
Octal313376162240670122143110
Binary110010111111111011100101010001101110101001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFE72; }

 p { color: rgb(203,254,114); }

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

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

 a { background-color: rgb(203,254,114); }

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

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

 span { border-color: rgb(203,254,114); }

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