#CCFA5E

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

Shades of Mindaro #CCFA5E

Tints of Mindaro #CCFA5E

Color information

#CCFA5E (or 0xCCFA5E) is unknown color: approx Mindaro. HEX triplet: CC, FA and 5E. RGB value is (204,250,94). Sum of RGB (Red+Green+Blue) = 204+250+94=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 94 (37.11% from 255 or 17.15% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFA5E is #3305A1. Grayscale: #DBDBDB. Windows color (decimal): -3343778 or 6224588. OLE color: 6224588.

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

Color convert

RGB20425094-
CMYK0.1800.620.02
HSL77.69º93.98%67.45%-
HSV(B)77.69º62.4%98.04%-
XYZ61.1182.0223.2-
YUV218.4657.76117.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 250 (98.05% from 255) = 45.62%
BLUE value IS 94 (37.11% from 255) = 17.15%
R=37.23%
G=45.62%
B=17.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal204250940.1800.620.0277.6993.9867.45
HexCCFA5E1203E24e5e43
Octal314372136220762116136103
Binary1100110011111010101111010010011111010100111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA5E; }

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

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

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

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

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

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

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

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