Shades of Mindaro #D5F26C
Tints of Mindaro #D5F26C
RGB
CMYK
RGB Variations
Color information
#D5F26C (or 0xD5F26C) is known color: Mindaro. HEX triplet: D5, F2 and 6C. RGB value is (213,242,108). Sum of RGB (Red+Green+Blue) = 213+242+108=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F26C is #2A0D93. Grayscale: #DADADA. Windows color (decimal): -2755988 or 7140053. OLE color: 7140053.
HSL color Cylindrical-coordinate representation of color #D5F26C: hue angle of 72.99º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5F26C is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 108 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.05 |
| HSL | 72.99º | 0.84% | 0.69% | - |
| HSV(B) | 72.99º | 0.55% | 0.95% | - |
| XYZ | 61.9 | 78.73 | 26.12 | - |
| YUV | 218.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 108 | 0.12 | 0 | 0.55 | 0.05 | 72.99 | 0.84 | 0.69 |
| Hex | D5 | F2 | 6C | C | 0 | 37 | 5 | 49 | 54 | 45 |
| Octal | 325 | 362 | 154 | 14 | 0 | 67 | 5 | 111 | 124 | 105 |
| Binary | 11010101 | 11110010 | 1101100 | 1100 | 0 | 110111 | 101 | 1001001 | 1010100 | 1000101 |
Color Harmonies of #D5F26C
Complementary color
Monochromatic Colors of #D5F26C
Black with #D5F26C
Text Example
Text Example
White with #D5F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F26C; }
p { color: rgb(213,242,108); }
H1.HeaderClassName
{
color: #D5F26C;
}
.AnyTagClassName
{
color: #D5F26C;
}
</style>
background-color css
<style>
a { background-color: #D5F26C; }
a { background-color: rgb(213,242,108); }
div.DivClassName
{
background-color: #D5F26C;
}
.BgClassName
{
background-color: #D5F26C;
}
</style>
border-color css
<style>
span { border-color: #D5F26C; }
span { border-color: rgb(213,242,108); }
td.TdClassName
{
border-color: #D5F26C;
}
.TagClassName
{
border-color: #D5F26C;
}
</style>