Shades of Mindaro #CDFE5C
Tints of Mindaro #CDFE5C
RGB
CMYK
RGB Variations
Color information
#CDFE5C (or 0xCDFE5C) is known color: Mindaro. HEX triplet: CD, FE and 5C. RGB value is (205,254,92). Sum of RGB (Red+Green+Blue) = 205+254+92=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFE5C is #3201A3. Grayscale: #DDDDDD. Windows color (decimal): -3277220 or 6094541. OLE color: 6094541.
HSL color Cylindrical-coordinate representation of color #CDFE5C: hue angle of 78.15º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDFE5C is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 92 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.00 |
| HSL | 78.15º | 0.99% | 0.68% | - |
| HSV(B) | 78.15º | 0.64% | 1% | - |
| XYZ | 62.55 | 84.64 | 23.16 | - |
| YUV | 220.88 | 55.27 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 92 | 0.19 | 0 | 0.64 | 0.00 | 78.15 | 0.99 | 0.68 |
| Hex | CD | FE | 5C | 13 | 0 | 40 | 0 | 4E | 63 | 44 |
| Octal | 315 | 376 | 134 | 23 | 0 | 100 | 0 | 116 | 143 | 104 |
| Binary | 11001101 | 11111110 | 1011100 | 10011 | 0 | 1000000 | 0 | 1001110 | 1100011 | 1000100 |
Color Harmonies of #CDFE5C
Complementary color
Monochromatic Colors of #CDFE5C
Black with #CDFE5C
Text Example
Text Example
White with #CDFE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE5C; }
p { color: rgb(205,254,92); }
H1.HeaderClassName
{
color: #CDFE5C;
}
.AnyTagClassName
{
color: #CDFE5C;
}
</style>
background-color css
<style>
a { background-color: #CDFE5C; }
a { background-color: rgb(205,254,92); }
div.DivClassName
{
background-color: #CDFE5C;
}
.BgClassName
{
background-color: #CDFE5C;
}
</style>
border-color css
<style>
span { border-color: #CDFE5C; }
span { border-color: rgb(205,254,92); }
td.TdClassName
{
border-color: #CDFE5C;
}
.TagClassName
{
border-color: #CDFE5C;
}
</style>