Shades of Mindaro #CDFB6C
Tints of Mindaro #CDFB6C
RGB
CMYK
RGB Variations
Color information
#CDFB6C (or 0xCDFB6C) is known color: Mindaro. HEX triplet: CD, FB and 6C. RGB value is (205,251,108). Sum of RGB (Red+Green+Blue) = 205+251+108=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFB6C is #320493. Grayscale: #DDDDDD. Windows color (decimal): -3277972 or 7142349. OLE color: 7142349.
HSL color Cylindrical-coordinate representation of color #CDFB6C: hue angle of 79.3º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDFB6C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 108 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.02 |
| HSL | 79.3º | 0.95% | 0.7% | - |
| HSV(B) | 79.3º | 0.57% | 0.98% | - |
| XYZ | 62.38 | 83.06 | 26.93 | - |
| YUV | 220.94 | 64.26 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 108 | 0.18 | 0 | 0.57 | 0.02 | 79.3 | 0.95 | 0.7 |
| Hex | CD | FB | 6C | 12 | 0 | 39 | 2 | 4F | 5F | 46 |
| Octal | 315 | 373 | 154 | 22 | 0 | 71 | 2 | 117 | 137 | 106 |
| Binary | 11001101 | 11111011 | 1101100 | 10010 | 0 | 111001 | 10 | 1001111 | 1011111 | 1000110 |
Color Harmonies of #CDFB6C
Complementary color
Monochromatic Colors of #CDFB6C
Black with #CDFB6C
Text Example
Text Example
White with #CDFB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFB6C; }
p { color: rgb(205,251,108); }
H1.HeaderClassName
{
color: #CDFB6C;
}
.AnyTagClassName
{
color: #CDFB6C;
}
</style>
background-color css
<style>
a { background-color: #CDFB6C; }
a { background-color: rgb(205,251,108); }
div.DivClassName
{
background-color: #CDFB6C;
}
.BgClassName
{
background-color: #CDFB6C;
}
</style>
border-color css
<style>
span { border-color: #CDFB6C; }
span { border-color: rgb(205,251,108); }
td.TdClassName
{
border-color: #CDFB6C;
}
.TagClassName
{
border-color: #CDFB6C;
}
</style>