#CDF45C

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

Shades of Mindaro #CDF45C

Tints of Mindaro #CDF45C

Color information

#CDF45C (or 0xCDF45C) is unknown color: approx Mindaro. HEX triplet: CD, F4 and 5C. RGB value is (205,244,92). Sum of RGB (Red+Green+Blue) = 205+244+92=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF45C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF45C is #320BA3. Grayscale: #D7D7D7. Windows color (decimal): -3279780 or 6091981. OLE color: 6091981.

HSL color Cylindrical-coordinate representation of color #CDF45C: hue angle of 75.39º 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 #CDF45C is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB20524492-
CMYK0.1600.620.04
HSL75.39º87.36%65.88%-
HSV(B)75.39º62.3%95.69%-
XYZ59.4678.4522.13-
YUV215.0158.58120.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 244 (95.70% from 255) = 45.10%
BLUE value IS 92 (36.33% from 255) = 17.01%
R=37.89%
G=45.10%
B=17.01%

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
Decimal205244920.1600.620.0475.3987.3665.88
HexCDF45C1003E44b5742
Octal315364134200764113127102
Binary11001101111101001011100100000111110100100101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF45C; }

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

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

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

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

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

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

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

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