#CFFF72

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

Shades of Sulu #CFFF72

Tints of Sulu #CFFF72

Color information

#CFFF72 (or 0xCFFF72) is unknown color: approx Sulu. HEX triplet: CF, FF and 72. RGB value is (207,255,114). Sum of RGB (Red+Green+Blue) = 207+255+114=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 114 (44.92% from 255 or 19.79% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF72 is #30008D. Grayscale: #E1E1E1. Windows color (decimal): -3145870 or 7536591. OLE color: 7536591.

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

Color convert

RGB207255114-
CMYK0.1900.550
HSL80.43º100%72.35%-
HSV(B)80.43º55.29%100%-
XYZ64.538629.12-
YUV224.5765.6115.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 255 (100% from 255) = 44.27%
BLUE value IS 114 (44.92% from 255) = 19.79%
R=35.94%
G=44.27%
B=19.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551140.1900.55080.4310072.35
HexCFFF72130370506448
Octal317377162230670120144110
Binary110011111111111111100101001101101110101000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFF72; }

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

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

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

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

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

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

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

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