Shades of Mindaro #CDEF5C
Tints of Mindaro #CDEF5C
RGB
CMYK
RGB Variations
Color information
#CDEF5C (or 0xCDEF5C) is known color: Mindaro. HEX triplet: CD, EF and 5C. RGB value is (205,239,92). Sum of RGB (Red+Green+Blue) = 205+239+92=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF5C is #3210A3. Grayscale: #D4D4D4. Windows color (decimal): -3281060 or 6090701. OLE color: 6090701.
HSL color Cylindrical-coordinate representation of color #CDEF5C: hue angle of 73.88º 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 #CDEF5C is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 92 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.06 |
| HSL | 73.88º | 0.82% | 0.65% | - |
| HSV(B) | 73.88º | 0.62% | 0.94% | - |
| XYZ | 57.98 | 75.48 | 21.64 | - |
| YUV | 212.08 | 60.24 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 92 | 0.14 | 0 | 0.62 | 0.06 | 73.88 | 0.82 | 0.65 |
| Hex | CD | EF | 5C | E | 0 | 3E | 6 | 4A | 52 | 41 |
| Octal | 315 | 357 | 134 | 16 | 0 | 76 | 6 | 112 | 122 | 101 |
| Binary | 11001101 | 11101111 | 1011100 | 1110 | 0 | 111110 | 110 | 1001010 | 1010010 | 1000001 |
Color Harmonies of #CDEF5C
Complementary color
Monochromatic Colors of #CDEF5C
Black with #CDEF5C
Text Example
Text Example
White with #CDEF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF5C; }
p { color: rgb(205,239,92); }
H1.HeaderClassName
{
color: #CDEF5C;
}
.AnyTagClassName
{
color: #CDEF5C;
}
</style>
background-color css
<style>
a { background-color: #CDEF5C; }
a { background-color: rgb(205,239,92); }
div.DivClassName
{
background-color: #CDEF5C;
}
.BgClassName
{
background-color: #CDEF5C;
}
</style>
border-color css
<style>
span { border-color: #CDEF5C; }
span { border-color: rgb(205,239,92); }
td.TdClassName
{
border-color: #CDEF5C;
}
.TagClassName
{
border-color: #CDEF5C;
}
</style>