#CCFF72

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

Shades of Sulu #CCFF72

Tints of Sulu #CCFF72

Color information

#CCFF72 (or 0xCCFF72) is unknown color: approx Sulu. HEX triplet: CC, FF and 72. RGB value is (204,255,114). Sum of RGB (Red+Green+Blue) = 204+255+114=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF72 is #33008D. Grayscale: #E0E0E0. Windows color (decimal): -3342478 or 7536588. OLE color: 7536588.

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

Color convert

RGB204255114-
CMYK0.200.550
HSL81.7º100%72.35%-
HSV(B)81.7º55.29%100%-
XYZ63.785.5729.08-
YUV223.6866.1113.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 114 (44.92% from 255) = 19.90%
R=35.60%
G=44.50%
B=19.90%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551140.200.55081.710072.35
HexCCFF72140370526448
Octal314377162240670122144110
Binary110011001111111111100101010001101110101001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFF72; }

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

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

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

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

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

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

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

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