#CCFA85

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

Shades of Sulu #CCFA85

Tints of Sulu #CCFA85

Color information

#CCFA85 (or 0xCCFA85) is unknown color: approx Sulu. HEX triplet: CC, FA and 85. RGB value is (204,250,133). Sum of RGB (Red+Green+Blue) = 204+250+133=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFA85 is #33057A. Grayscale: #DFDFDF. Windows color (decimal): -3343739 or 8780492. OLE color: 8780492.

HSL color Cylindrical-coordinate representation of color #CCFA85: hue angle of 83.59º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCFA85 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB204250133-
CMYK0.1800.470.02
HSL83.59º92.13%75.1%-
HSV(B)83.59º46.8%98.04%-
XYZ63.3282.934.85-
YUV222.9177.26114.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 133 (52.34% from 255) = 22.66%
R=34.75%
G=42.59%
B=22.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501330.1800.470.0283.5992.1375.1
HexCCFA851202F2545c4b
Octal314372205220572124134113
Binary11001100111110101000010110010010111110101010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA85; }

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

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

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

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

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

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

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

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