#CDFA66

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

Shades of Mindaro #CDFA66

Tints of Mindaro #CDFA66

Color information

#CDFA66 (or 0xCDFA66) is unknown color: approx Mindaro. HEX triplet: CD, FA and 66. RGB value is (205,250,102). Sum of RGB (Red+Green+Blue) = 205+250+102=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFA66 is #320599. Grayscale: #DCDCDC. Windows color (decimal): -3278234 or 6748877. OLE color: 6748877.

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

Color convert

RGB205250102-
CMYK0.1800.590.02
HSL78.24º93.67%69.02%-
HSV(B)78.24º59.2%98.04%-
XYZ61.7682.3125.2-
YUV219.6761.59117.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 250 (98.05% from 255) = 44.88%
BLUE value IS 102 (40.23% from 255) = 18.31%
R=36.80%
G=44.88%
B=18.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501020.1800.590.0278.2493.6769.02
HexCDFA661203B24e5e45
Octal315372146220732116136105
Binary1100110111111010110011010010011101110100111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA66; }

 p { color: rgb(205,250,102); }

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

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

 a { background-color: rgb(205,250,102); }

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

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

 span { border-color: rgb(205,250,102); }

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