Shades of Mindaro #CDF26B
Tints of Mindaro #CDF26B
RGB
CMYK
RGB Variations
Color information
#CDF26B (or 0xCDF26B) is known color: Mindaro. HEX triplet: CD, F2 and 6B. RGB value is (205,242,107). Sum of RGB (Red+Green+Blue) = 205+242+107=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF26B is #320D94. Grayscale: #D8D8D8. Windows color (decimal): -3280277 or 7074509. OLE color: 7074509.
HSL color Cylindrical-coordinate representation of color #CDF26B: hue angle of 76.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDF26B is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 107 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.05 |
| HSL | 76.44º | 0.84% | 0.68% | - |
| HSV(B) | 76.44º | 0.56% | 0.95% | - |
| XYZ | 59.58 | 77.54 | 25.74 | - |
| YUV | 215.55 | 66.74 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 107 | 0.15 | 0 | 0.56 | 0.05 | 76.44 | 0.84 | 0.68 |
| Hex | CD | F2 | 6B | F | 0 | 38 | 5 | 4C | 54 | 44 |
| Octal | 315 | 362 | 153 | 17 | 0 | 70 | 5 | 114 | 124 | 104 |
| Binary | 11001101 | 11110010 | 1101011 | 1111 | 0 | 111000 | 101 | 1001100 | 1010100 | 1000100 |
Color Harmonies of #CDF26B
Complementary color
Monochromatic Colors of #CDF26B
Black with #CDF26B
Text Example
Text Example
White with #CDF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF26B; }
p { color: rgb(205,242,107); }
H1.HeaderClassName
{
color: #CDF26B;
}
.AnyTagClassName
{
color: #CDF26B;
}
</style>
background-color css
<style>
a { background-color: #CDF26B; }
a { background-color: rgb(205,242,107); }
div.DivClassName
{
background-color: #CDF26B;
}
.BgClassName
{
background-color: #CDF26B;
}
</style>
border-color css
<style>
span { border-color: #CDF26B; }
span { border-color: rgb(205,242,107); }
td.TdClassName
{
border-color: #CDF26B;
}
.TagClassName
{
border-color: #CDF26B;
}
</style>