Shades of Mindaro #CDFC5C
Tints of Mindaro #CDFC5C
RGB
CMYK
RGB Variations
Color information
#CDFC5C (or 0xCDFC5C) is known color: Mindaro. HEX triplet: CD, FC and 5C. RGB value is (205,252,92). Sum of RGB (Red+Green+Blue) = 205+252+92=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC5C is #3203A3. Grayscale: #DCDCDC. Windows color (decimal): -3277732 or 6094029. OLE color: 6094029.
HSL color Cylindrical-coordinate representation of color #CDFC5C: hue angle of 77.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDFC5C is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 92 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.01 |
| HSL | 77.63º | 0.96% | 0.67% | - |
| HSV(B) | 77.63º | 0.63% | 0.99% | - |
| XYZ | 61.92 | 83.37 | 22.95 | - |
| YUV | 219.71 | 55.93 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 92 | 0.19 | 0 | 0.63 | 0.01 | 77.63 | 0.96 | 0.67 |
| Hex | CD | FC | 5C | 13 | 0 | 3F | 1 | 4E | 60 | 43 |
| Octal | 315 | 374 | 134 | 23 | 0 | 77 | 1 | 116 | 140 | 103 |
| Binary | 11001101 | 11111100 | 1011100 | 10011 | 0 | 111111 | 1 | 1001110 | 1100000 | 1000011 |
Color Harmonies of #CDFC5C
Complementary color
Monochromatic Colors of #CDFC5C
Black with #CDFC5C
Text Example
Text Example
White with #CDFC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC5C; }
p { color: rgb(205,252,92); }
H1.HeaderClassName
{
color: #CDFC5C;
}
.AnyTagClassName
{
color: #CDFC5C;
}
</style>
background-color css
<style>
a { background-color: #CDFC5C; }
a { background-color: rgb(205,252,92); }
div.DivClassName
{
background-color: #CDFC5C;
}
.BgClassName
{
background-color: #CDFC5C;
}
</style>
border-color css
<style>
span { border-color: #CDFC5C; }
span { border-color: rgb(205,252,92); }
td.TdClassName
{
border-color: #CDFC5C;
}
.TagClassName
{
border-color: #CDFC5C;
}
</style>