#CCF572

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

Shades of Sulu #CCF572

Tints of Sulu #CCF572

Color information

#CCF572 (or 0xCCF572) is unknown color: approx Sulu. HEX triplet: CC, F5 and 72. RGB value is (204,245,114). Sum of RGB (Red+Green+Blue) = 204+245+114=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF572 is #330A8D. Grayscale: #DADADA. Windows color (decimal): -3345038 or 7534028. OLE color: 7534028.

HSL color Cylindrical-coordinate representation of color #CCF572: hue angle of 78.78º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCF572 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB204245114-
CMYK0.1700.530.04
HSL78.78º86.75%70.39%-
HSV(B)78.78º53.47%96.08%-
XYZ60.5979.3628.04-
YUV217.8169.42118.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 245 (96.09% from 255) = 43.52%
BLUE value IS 114 (44.92% from 255) = 20.25%
R=36.23%
G=43.52%
B=20.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042451140.1700.530.0478.7886.7570.39
HexCCF5721103544f5746
Octal314365162210654117127106
Binary11001100111101011110010100010110101100100111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF572; }

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

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

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

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

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

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

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

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