Shades of Mindaro #CDE75C
Tints of Mindaro #CDE75C
RGB
CMYK
RGB Variations
Color information
#CDE75C (or 0xCDE75C) is known color: Mindaro. HEX triplet: CD, E7 and 5C. RGB value is (205,231,92). Sum of RGB (Red+Green+Blue) = 205+231+92=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE75C is #3218A3. Grayscale: #CFCFCF. Windows color (decimal): -3283108 or 6088653. OLE color: 6088653.
HSL color Cylindrical-coordinate representation of color #CDE75C: hue angle of 71.22º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDE75C is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 92 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.09 |
| HSL | 71.22º | 0.74% | 0.63% | - |
| HSV(B) | 71.22º | 0.6% | 0.91% | - |
| XYZ | 55.68 | 70.9 | 20.88 | - |
| YUV | 207.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 92 | 0.11 | 0 | 0.60 | 0.09 | 71.22 | 0.74 | 0.63 |
| Hex | CD | E7 | 5C | B | 0 | 3C | 9 | 47 | 4A | 3F |
| Octal | 315 | 347 | 134 | 13 | 0 | 74 | 11 | 107 | 112 | 77 |
| Binary | 11001101 | 11100111 | 1011100 | 1011 | 0 | 111100 | 1001 | 1000111 | 1001010 | 111111 |
Color Harmonies of #CDE75C
Complementary color
Monochromatic Colors of #CDE75C
Black with #CDE75C
Text Example
Text Example
White with #CDE75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE75C; }
p { color: rgb(205,231,92); }
H1.HeaderClassName
{
color: #CDE75C;
}
.AnyTagClassName
{
color: #CDE75C;
}
</style>
background-color css
<style>
a { background-color: #CDE75C; }
a { background-color: rgb(205,231,92); }
div.DivClassName
{
background-color: #CDE75C;
}
.BgClassName
{
background-color: #CDE75C;
}
</style>
border-color css
<style>
span { border-color: #CDE75C; }
span { border-color: rgb(205,231,92); }
td.TdClassName
{
border-color: #CDE75C;
}
.TagClassName
{
border-color: #CDE75C;
}
</style>