Shades of Mindaro #CDEF55
Tints of Mindaro #CDEF55
RGB
CMYK
RGB Variations
Color information
#CDEF55 (or 0xCDEF55) is known color: Mindaro. HEX triplet: CD, EF and 55. RGB value is (205,239,85). Sum of RGB (Red+Green+Blue) = 205+239+85=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF55 is #3210AA. Grayscale: #D3D3D3. Windows color (decimal): -3281067 or 5631949. OLE color: 5631949.
HSL color Cylindrical-coordinate representation of color #CDEF55: hue angle of 73.25º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDEF55 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 85 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.06 |
| HSL | 73.25º | 0.83% | 0.64% | - |
| HSV(B) | 73.25º | 0.64% | 0.94% | - |
| XYZ | 57.68 | 75.37 | 20.1 | - |
| YUV | 211.28 | 56.74 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 85 | 0.14 | 0 | 0.64 | 0.06 | 73.25 | 0.83 | 0.64 |
| Hex | CD | EF | 55 | E | 0 | 40 | 6 | 49 | 53 | 40 |
| Octal | 315 | 357 | 125 | 16 | 0 | 100 | 6 | 111 | 123 | 100 |
| Binary | 11001101 | 11101111 | 1010101 | 1110 | 0 | 1000000 | 110 | 1001001 | 1010011 | 1000000 |
Color Harmonies of #CDEF55
Complementary color
Monochromatic Colors of #CDEF55
Black with #CDEF55
Text Example
Text Example
White with #CDEF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF55; }
p { color: rgb(205,239,85); }
H1.HeaderClassName
{
color: #CDEF55;
}
.AnyTagClassName
{
color: #CDEF55;
}
</style>
background-color css
<style>
a { background-color: #CDEF55; }
a { background-color: rgb(205,239,85); }
div.DivClassName
{
background-color: #CDEF55;
}
.BgClassName
{
background-color: #CDEF55;
}
</style>
border-color css
<style>
span { border-color: #CDEF55; }
span { border-color: rgb(205,239,85); }
td.TdClassName
{
border-color: #CDEF55;
}
.TagClassName
{
border-color: #CDEF55;
}
</style>