#CFFE72

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

Shades of Sulu #CFFE72

Tints of Sulu #CFFE72

Color information

#CFFE72 (or 0xCFFE72) is unknown color: approx Sulu. HEX triplet: CF, FE and 72. RGB value is (207,254,114). Sum of RGB (Red+Green+Blue) = 207+254+114=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE72 is #30018D. Grayscale: #E0E0E0. Windows color (decimal): -3146126 or 7536335. OLE color: 7536335.

HSL color Cylindrical-coordinate representation of color #CFFE72: hue angle of 80.14º 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 #CFFE72 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB207254114-
CMYK0.1900.550.00
HSL80.14º98.59%72.16%-
HSV(B)80.14º55.12%99.61%-
XYZ64.2185.3629.01-
YUV223.9965.93115.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 254 (99.61% from 255) = 44.17%
BLUE value IS 114 (44.92% from 255) = 19.83%
R=36%
G=44.17%
B=19.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072541140.1900.550.0080.1498.5972.16
HexCFFE72130370506348
Octal317376162230670120143110
Binary110011111111111011100101001101101110101000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFE72; }

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

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

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

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

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

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

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

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