Shades of Mindaro #CDE65C
Tints of Mindaro #CDE65C
RGB
CMYK
RGB Variations
Color information
#CDE65C (or 0xCDE65C) is known color: Mindaro. HEX triplet: CD, E6 and 5C. RGB value is (205,230,92). Sum of RGB (Red+Green+Blue) = 205+230+92=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE65C is #3219A3. Grayscale: #CFCFCF. Windows color (decimal): -3283364 or 6088397. OLE color: 6088397.
HSL color Cylindrical-coordinate representation of color #CDE65C: hue angle of 70.87º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDE65C is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 92 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.10 |
| HSL | 70.87º | 0.73% | 0.63% | - |
| HSV(B) | 70.87º | 0.6% | 0.9% | - |
| XYZ | 55.41 | 70.35 | 20.78 | - |
| YUV | 206.79 | 63.22 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 92 | 0.11 | 0 | 0.60 | 0.10 | 70.87 | 0.73 | 0.63 |
| Hex | CD | E6 | 5C | B | 0 | 3C | A | 47 | 49 | 3F |
| Octal | 315 | 346 | 134 | 13 | 0 | 74 | 12 | 107 | 111 | 77 |
| Binary | 11001101 | 11100110 | 1011100 | 1011 | 0 | 111100 | 1010 | 1000111 | 1001001 | 111111 |
Color Harmonies of #CDE65C
Complementary color
Monochromatic Colors of #CDE65C
Black with #CDE65C
Text Example
Text Example
White with #CDE65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE65C; }
p { color: rgb(205,230,92); }
H1.HeaderClassName
{
color: #CDE65C;
}
.AnyTagClassName
{
color: #CDE65C;
}
</style>
background-color css
<style>
a { background-color: #CDE65C; }
a { background-color: rgb(205,230,92); }
div.DivClassName
{
background-color: #CDE65C;
}
.BgClassName
{
background-color: #CDE65C;
}
</style>
border-color css
<style>
span { border-color: #CDE65C; }
span { border-color: rgb(205,230,92); }
td.TdClassName
{
border-color: #CDE65C;
}
.TagClassName
{
border-color: #CDE65C;
}
</style>