#CCFA64

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

Shades of Mindaro #CCFA64

Tints of Mindaro #CCFA64

Color information

#CCFA64 (or 0xCCFA64) is unknown color: approx Mindaro. HEX triplet: CC, FA and 64. RGB value is (204,250,100). Sum of RGB (Red+Green+Blue) = 204+250+100=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFA64 is #33059B. Grayscale: #DBDBDB. Windows color (decimal): -3343772 or 6617804. OLE color: 6617804.

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

Color convert

RGB204250100-
CMYK0.1800.60.02
HSL78.4º93.75%68.63%-
HSV(B)78.4º60%98.04%-
XYZ61.3982.1324.67-
YUV219.1560.76117.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 250 (98.05% from 255) = 45.13%
BLUE value IS 100 (39.45% from 255) = 18.05%
R=36.82%
G=45.13%
B=18.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501000.1800.60.0278.493.7568.63
HexCCFA641203C24e5e45
Octal314372144220742116136105
Binary1100110011111010110010010010011110010100111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA64; }

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

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

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

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

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

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

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

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