Shades of Mindaro #CDE75A
Tints of Mindaro #CDE75A
RGB
CMYK
RGB Variations
Color information
#CDE75A (or 0xCDE75A) is known color: Mindaro. HEX triplet: CD, E7 and 5A. RGB value is (205,231,90). Sum of RGB (Red+Green+Blue) = 205+231+90=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE75A is #3218A5. Grayscale: #CFCFCF. Windows color (decimal): -3283110 or 5957581. OLE color: 5957581.
HSL color Cylindrical-coordinate representation of color #CDE75A: hue angle of 71.06º degrees, saturation: 0.75, 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 #CDE75A is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 90 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.09 |
| HSL | 71.06º | 0.75% | 0.63% | - |
| HSV(B) | 71.06º | 0.61% | 0.91% | - |
| XYZ | 55.6 | 70.87 | 20.42 | - |
| YUV | 207.15 | 61.89 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 90 | 0.11 | 0 | 0.61 | 0.09 | 71.06 | 0.75 | 0.63 |
| Hex | CD | E7 | 5A | B | 0 | 3D | 9 | 47 | 4B | 3F |
| Octal | 315 | 347 | 132 | 13 | 0 | 75 | 11 | 107 | 113 | 77 |
| Binary | 11001101 | 11100111 | 1011010 | 1011 | 0 | 111101 | 1001 | 1000111 | 1001011 | 111111 |
Color Harmonies of #CDE75A
Complementary color
Monochromatic Colors of #CDE75A
Black with #CDE75A
Text Example
Text Example
White with #CDE75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE75A; }
p { color: rgb(205,231,90); }
H1.HeaderClassName
{
color: #CDE75A;
}
.AnyTagClassName
{
color: #CDE75A;
}
</style>
background-color css
<style>
a { background-color: #CDE75A; }
a { background-color: rgb(205,231,90); }
div.DivClassName
{
background-color: #CDE75A;
}
.BgClassName
{
background-color: #CDE75A;
}
</style>
border-color css
<style>
span { border-color: #CDE75A; }
span { border-color: rgb(205,231,90); }
td.TdClassName
{
border-color: #CDE75A;
}
.TagClassName
{
border-color: #CDE75A;
}
</style>