#CCFC85

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

Shades of Sulu #CCFC85

Tints of Sulu #CCFC85

Color information

#CCFC85 (or 0xCCFC85) is unknown color: approx Sulu. HEX triplet: CC, FC and 85. RGB value is (204,252,133). Sum of RGB (Red+Green+Blue) = 204+252+133=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFC85 is #33037A. Grayscale: #E0E0E0. Windows color (decimal): -3343227 or 8781004. OLE color: 8781004.

HSL color Cylindrical-coordinate representation of color #CCFC85: hue angle of 84.2º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCFC85 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB204252133-
CMYK0.1900.470.01
HSL84.2º95.2%75.49%-
HSV(B)84.2º47.22%98.82%-
XYZ63.9584.1535.06-
YUV224.0876.6113.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 252 (98.83% from 255) = 42.78%
BLUE value IS 133 (52.34% from 255) = 22.58%
R=34.63%
G=42.78%
B=22.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521330.1900.470.0184.295.275.49
HexCCFC851302F1545f4b
Octal314374205230571124137113
Binary1100110011111100100001011001101011111101010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFC85; }

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

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

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

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

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

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

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

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