Shades of Mindaro #CDEF5A
Tints of Mindaro #CDEF5A
RGB
CMYK
RGB Variations
Color information
#CDEF5A (or 0xCDEF5A) is known color: Mindaro. HEX triplet: CD, EF and 5A. RGB value is (205,239,90). Sum of RGB (Red+Green+Blue) = 205+239+90=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF5A is #3210A5. Grayscale: #D4D4D4. Windows color (decimal): -3281062 or 5959629. OLE color: 5959629.
HSL color Cylindrical-coordinate representation of color #CDEF5A: hue angle of 73.69º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDEF5A is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 90 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.06 |
| HSL | 73.69º | 0.82% | 0.65% | - |
| HSV(B) | 73.69º | 0.62% | 0.94% | - |
| XYZ | 57.89 | 75.45 | 21.19 | - |
| YUV | 211.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 90 | 0.14 | 0 | 0.62 | 0.06 | 73.69 | 0.82 | 0.65 |
| Hex | CD | EF | 5A | E | 0 | 3E | 6 | 4A | 52 | 41 |
| Octal | 315 | 357 | 132 | 16 | 0 | 76 | 6 | 112 | 122 | 101 |
| Binary | 11001101 | 11101111 | 1011010 | 1110 | 0 | 111110 | 110 | 1001010 | 1010010 | 1000001 |
Color Harmonies of #CDEF5A
Complementary color
Monochromatic Colors of #CDEF5A
Black with #CDEF5A
Text Example
Text Example
White with #CDEF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF5A; }
p { color: rgb(205,239,90); }
H1.HeaderClassName
{
color: #CDEF5A;
}
.AnyTagClassName
{
color: #CDEF5A;
}
</style>
background-color css
<style>
a { background-color: #CDEF5A; }
a { background-color: rgb(205,239,90); }
div.DivClassName
{
background-color: #CDEF5A;
}
.BgClassName
{
background-color: #CDEF5A;
}
</style>
border-color css
<style>
span { border-color: #CDEF5A; }
span { border-color: rgb(205,239,90); }
td.TdClassName
{
border-color: #CDEF5A;
}
.TagClassName
{
border-color: #CDEF5A;
}
</style>