Shades of Mindaro #CDEA70
Tints of Mindaro #CDEA70
RGB
CMYK
RGB Variations
Color information
#CDEA70 (or 0xCDEA70) is known color: Mindaro. HEX triplet: CD, EA and 70. RGB value is (205,234,112). Sum of RGB (Red+Green+Blue) = 205+234+112=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA70 is #32158F. Grayscale: #D3D3D3. Windows color (decimal): -3282320 or 7400141. OLE color: 7400141.
HSL color Cylindrical-coordinate representation of color #CDEA70: hue angle of 74.26º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDEA70 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 112 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.08 |
| HSL | 74.26º | 0.74% | 0.68% | - |
| HSV(B) | 74.26º | 0.52% | 0.92% | - |
| XYZ | 57.52 | 72.99 | 26.39 | - |
| YUV | 211.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 112 | 0.12 | 0 | 0.52 | 0.08 | 74.26 | 0.74 | 0.68 |
| Hex | CD | EA | 70 | C | 0 | 34 | 8 | 4A | 4A | 44 |
| Octal | 315 | 352 | 160 | 14 | 0 | 64 | 10 | 112 | 112 | 104 |
| Binary | 11001101 | 11101010 | 1110000 | 1100 | 0 | 110100 | 1000 | 1001010 | 1001010 | 1000100 |
Color Harmonies of #CDEA70
Complementary color
Monochromatic Colors of #CDEA70
Black with #CDEA70
Text Example
Text Example
White with #CDEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEA70; }
p { color: rgb(205,234,112); }
H1.HeaderClassName
{
color: #CDEA70;
}
.AnyTagClassName
{
color: #CDEA70;
}
</style>
background-color css
<style>
a { background-color: #CDEA70; }
a { background-color: rgb(205,234,112); }
div.DivClassName
{
background-color: #CDEA70;
}
.BgClassName
{
background-color: #CDEA70;
}
</style>
border-color css
<style>
span { border-color: #CDEA70; }
span { border-color: rgb(205,234,112); }
td.TdClassName
{
border-color: #CDEA70;
}
.TagClassName
{
border-color: #CDEA70;
}
</style>