#CCF575

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

Shades of Sulu #CCF575

Tints of Sulu #CCF575

Color information

#CCF575 (or 0xCCF575) is unknown color: approx Sulu. HEX triplet: CC, F5 and 75. RGB value is (204,245,117). Sum of RGB (Red+Green+Blue) = 204+245+117=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF575 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF575 is #330A8A. Grayscale: #DADADA. Windows color (decimal): -3345035 or 7730636. OLE color: 7730636.

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

Color convert

RGB204245117-
CMYK0.1700.520.04
HSL79.22º86.49%70.98%-
HSV(B)79.22º52.24%96.08%-
XYZ60.7779.4328.96-
YUV218.1570.92117.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 245 (96.09% from 255) = 43.29%
BLUE value IS 117 (46.09% from 255) = 20.67%
R=36.04%
G=43.29%
B=20.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042451170.1700.520.0479.2286.4970.98
HexCCF5751103444f5647
Octal314365165210644117126107
Binary11001100111101011110101100010110100100100111110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF575; }

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

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

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

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

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

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

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

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