#CDF06C

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

Shades of Mindaro #CDF06C

Tints of Mindaro #CDF06C

Color information

#CDF06C (or 0xCDF06C) is unknown color: approx Mindaro. HEX triplet: CD, F0 and 6C. RGB value is (205,240,108). Sum of RGB (Red+Green+Blue) = 205+240+108=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF06C is #320F93. Grayscale: #D6D6D6. Windows color (decimal): -3280788 or 7139533. OLE color: 7139533.

HSL color Cylindrical-coordinate representation of color #CDF06C: hue angle of 75.91º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDF06C is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB205240108-
CMYK0.1500.550.06
HSL75.91º81.48%68.24%-
HSV(B)75.91º55%94.12%-
XYZ59.0476.3825.82-
YUV214.4967.9121.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 240 (94.14% from 255) = 43.40%
BLUE value IS 108 (42.58% from 255) = 19.53%
R=37.07%
G=43.40%
B=19.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052401080.1500.550.0675.9181.4868.24
HexCDF06CF03764c5144
Octal315360154170676114121104
Binary1100110111110000110110011110110111110100110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF06C; }

 p { color: rgb(205,240,108); }

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

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

 a { background-color: rgb(205,240,108); }

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

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

 span { border-color: rgb(205,240,108); }

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