#CDF45D

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

Shades of Mindaro #CDF45D

Tints of Mindaro #CDF45D

Color information

#CDF45D (or 0xCDF45D) is unknown color: approx Mindaro. HEX triplet: CD, F4 and 5D. RGB value is (205,244,93). Sum of RGB (Red+Green+Blue) = 205+244+93=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF45D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF45D is #320BA2. Grayscale: #D7D7D7. Windows color (decimal): -3279779 or 6157517. OLE color: 6157517.

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

Color convert

RGB20524493-
CMYK0.1600.620.04
HSL75.5º87.28%66.08%-
HSV(B)75.5º61.89%95.69%-
XYZ59.578.4722.37-
YUV215.1259.08120.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.82%
GREEN value IS 244 (95.70% from 255) = 45.02%
BLUE value IS 93 (36.72% from 255) = 17.16%
R=37.82%
G=45.02%
B=17.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205244930.1600.620.0475.587.2866.08
HexCDF45D1003E44b5742
Octal315364135200764113127102
Binary11001101111101001011101100000111110100100101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF45D; }

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

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

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

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

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

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

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

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