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