Shades of Mindaro #CDFC5B
Tints of Mindaro #CDFC5B
RGB
CMYK
RGB Variations
Color information
#CDFC5B (or 0xCDFC5B) is known color: Mindaro. HEX triplet: CD, FC and 5B. RGB value is (205,252,91). Sum of RGB (Red+Green+Blue) = 205+252+91=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 91 (35.94% from 255 or 16.61% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC5B is #3203A4. Grayscale: #DCDCDC. Windows color (decimal): -3277733 or 6028493. OLE color: 6028493.
HSL color Cylindrical-coordinate representation of color #CDFC5B: hue angle of 77.52º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDFC5B is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 91 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.01 |
| HSL | 77.52º | 0.96% | 0.67% | - |
| HSV(B) | 77.52º | 0.64% | 0.99% | - |
| XYZ | 61.88 | 83.36 | 22.73 | - |
| YUV | 219.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 91 | 0.19 | 0 | 0.64 | 0.01 | 77.52 | 0.96 | 0.67 |
| Hex | CD | FC | 5B | 13 | 0 | 40 | 1 | 4E | 60 | 43 |
| Octal | 315 | 374 | 133 | 23 | 0 | 100 | 1 | 116 | 140 | 103 |
| Binary | 11001101 | 11111100 | 1011011 | 10011 | 0 | 1000000 | 1 | 1001110 | 1100000 | 1000011 |
Color Harmonies of #CDFC5B
Complementary color
Monochromatic Colors of #CDFC5B
Black with #CDFC5B
Text Example
Text Example
White with #CDFC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC5B; }
p { color: rgb(205,252,91); }
H1.HeaderClassName
{
color: #CDFC5B;
}
.AnyTagClassName
{
color: #CDFC5B;
}
</style>
background-color css
<style>
a { background-color: #CDFC5B; }
a { background-color: rgb(205,252,91); }
div.DivClassName
{
background-color: #CDFC5B;
}
.BgClassName
{
background-color: #CDFC5B;
}
</style>
border-color css
<style>
span { border-color: #CDFC5B; }
span { border-color: rgb(205,252,91); }
td.TdClassName
{
border-color: #CDFC5B;
}
.TagClassName
{
border-color: #CDFC5B;
}
</style>