Shades of Mindaro #CDFB5A
Tints of Mindaro #CDFB5A
RGB
CMYK
RGB Variations
Color information
#CDFB5A (or 0xCDFB5A) is known color: Mindaro. HEX triplet: CD, FB and 5A. RGB value is (205,251,90). Sum of RGB (Red+Green+Blue) = 205+251+90=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFB5A is #3204A5. Grayscale: #DBDBDB. Windows color (decimal): -3277990 or 5962701. OLE color: 5962701.
HSL color Cylindrical-coordinate representation of color #CDFB5A: hue angle of 77.14º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDFB5A is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 90 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.02 |
| HSL | 77.14º | 0.95% | 0.67% | - |
| HSV(B) | 77.14º | 0.64% | 0.98% | - |
| XYZ | 61.52 | 82.71 | 22.4 | - |
| YUV | 218.89 | 55.26 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 90 | 0.18 | 0 | 0.64 | 0.02 | 77.14 | 0.95 | 0.67 |
| Hex | CD | FB | 5A | 12 | 0 | 40 | 2 | 4D | 5F | 43 |
| Octal | 315 | 373 | 132 | 22 | 0 | 100 | 2 | 115 | 137 | 103 |
| Binary | 11001101 | 11111011 | 1011010 | 10010 | 0 | 1000000 | 10 | 1001101 | 1011111 | 1000011 |
Color Harmonies of #CDFB5A
Complementary color
Monochromatic Colors of #CDFB5A
Black with #CDFB5A
Text Example
Text Example
White with #CDFB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB5A; }
p { color: rgb(205,251,90); }
H1.HeaderClassName
{
color: #CDFB5A;
}
.AnyTagClassName
{
color: #CDFB5A;
}
</style>
background-color css
<style>
a { background-color: #CDFB5A; }
a { background-color: rgb(205,251,90); }
div.DivClassName
{
background-color: #CDFB5A;
}
.BgClassName
{
background-color: #CDFB5A;
}
</style>
border-color css
<style>
span { border-color: #CDFB5A; }
span { border-color: rgb(205,251,90); }
td.TdClassName
{
border-color: #CDFB5A;
}
.TagClassName
{
border-color: #CDFB5A;
}
</style>