#CDF46D

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

Shades of Mindaro #CDF46D

Tints of Mindaro #CDF46D

Color information

#CDF46D (or 0xCDF46D) is unknown color: approx Mindaro. HEX triplet: CD, F4 and 6D. RGB value is (205,244,109). Sum of RGB (Red+Green+Blue) = 205+244+109=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 244 (95.70% from 255 or 43.73% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF46D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF46D is #320B92. Grayscale: #D9D9D9. Windows color (decimal): -3279763 or 7206093. OLE color: 7206093.

HSL color Cylindrical-coordinate representation of color #CDF46D: hue angle of 77.33º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDF46D is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB205244109-
CMYK0.1600.550.04
HSL77.33º85.99%69.22%-
HSV(B)77.33º55.33%95.69%-
XYZ60.2978.7826.5-
YUV216.9567.08119.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 244 (95.70% from 255) = 43.73%
BLUE value IS 109 (42.97% from 255) = 19.53%
R=36.74%
G=43.73%
B=19.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052441090.1600.550.0477.3385.9969.22
HexCDF46D1003744d5645
Octal315364155200674115126105
Binary11001101111101001101101100000110111100100110110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF46D; }

 p { color: rgb(205,244,109); }

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

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

 a { background-color: rgb(205,244,109); }

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

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

 span { border-color: rgb(205,244,109); }

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