Shades of Mindaro #CDE75B
Tints of Mindaro #CDE75B
RGB
CMYK
RGB Variations
Color information
#CDE75B (or 0xCDE75B) is known color: Mindaro. HEX triplet: CD, E7 and 5B. RGB value is (205,231,91). Sum of RGB (Red+Green+Blue) = 205+231+91=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE75B is #3218A4. Grayscale: #CFCFCF. Windows color (decimal): -3283109 or 6023117. OLE color: 6023117.
HSL color Cylindrical-coordinate representation of color #CDE75B: hue angle of 71.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDE75B is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 91 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.09 |
| HSL | 71.14º | 0.74% | 0.63% | - |
| HSV(B) | 71.14º | 0.61% | 0.91% | - |
| XYZ | 55.64 | 70.89 | 20.65 | - |
| YUV | 207.27 | 62.39 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 91 | 0.11 | 0 | 0.61 | 0.09 | 71.14 | 0.74 | 0.63 |
| Hex | CD | E7 | 5B | B | 0 | 3D | 9 | 47 | 4A | 3F |
| Octal | 315 | 347 | 133 | 13 | 0 | 75 | 11 | 107 | 112 | 77 |
| Binary | 11001101 | 11100111 | 1011011 | 1011 | 0 | 111101 | 1001 | 1000111 | 1001010 | 111111 |
Color Harmonies of #CDE75B
Complementary color
Monochromatic Colors of #CDE75B
Black with #CDE75B
Text Example
Text Example
White with #CDE75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE75B; }
p { color: rgb(205,231,91); }
H1.HeaderClassName
{
color: #CDE75B;
}
.AnyTagClassName
{
color: #CDE75B;
}
</style>
background-color css
<style>
a { background-color: #CDE75B; }
a { background-color: rgb(205,231,91); }
div.DivClassName
{
background-color: #CDE75B;
}
.BgClassName
{
background-color: #CDE75B;
}
</style>
border-color css
<style>
span { border-color: #CDE75B; }
span { border-color: rgb(205,231,91); }
td.TdClassName
{
border-color: #CDE75B;
}
.TagClassName
{
border-color: #CDE75B;
}
</style>