#CCF585

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

Shades of Sulu #CCF585

Tints of Sulu #CCF585

Color information

#CCF585 (or 0xCCF585) is unknown color: approx Sulu. HEX triplet: CC, F5 and 85. RGB value is (204,245,133). Sum of RGB (Red+Green+Blue) = 204+245+133=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF585 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF585 is #330A7A. Grayscale: #DCDCDC. Windows color (decimal): -3345019 or 8779212. OLE color: 8779212.

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

Color convert

RGB204245133-
CMYK0.1700.460.04
HSL81.96º84.85%74.12%-
HSV(B)81.96º45.71%96.08%-
XYZ61.7979.8434.34-
YUV219.9778.92116.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 245 (96.09% from 255) = 42.10%
BLUE value IS 133 (52.34% from 255) = 22.85%
R=35.05%
G=42.10%
B=22.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042451330.1700.460.0481.9684.8574.12
HexCCF5851102E452554a
Octal314365205210564122125112
Binary110011001111010110000101100010101110100101001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF585; }

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

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

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

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

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

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

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

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