#CCFA84

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

Shades of Sulu #CCFA84

Tints of Sulu #CCFA84

Color information

#CCFA84 (or 0xCCFA84) is unknown color: approx Sulu. HEX triplet: CC, FA and 84. RGB value is (204,250,132). Sum of RGB (Red+Green+Blue) = 204+250+132=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFA84 is #33057B. Grayscale: #DFDFDF. Windows color (decimal): -3343740 or 8714956. OLE color: 8714956.

HSL color Cylindrical-coordinate representation of color #CCFA84: hue angle of 83.39º 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 #CCFA84 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB204250132-
CMYK0.1800.470.02
HSL83.39º92.19%74.9%-
HSV(B)83.39º47.2%98.04%-
XYZ63.2582.8734.49-
YUV222.7976.76114.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 132 (51.95% from 255) = 22.53%
R=34.81%
G=42.66%
B=22.53%

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
Decimal2042501320.1800.470.0283.3992.1974.9
HexCCFA841202F2535c4b
Octal314372204220572123134113
Binary11001100111110101000010010010010111110101001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA84; }

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

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

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

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

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

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

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

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