Shades of Mindaro #D4F26C
Tints of Mindaro #D4F26C
RGB
CMYK
RGB Variations
Color information
#D4F26C (or 0xD4F26C) is known color: Mindaro. HEX triplet: D4, F2 and 6C. RGB value is (212,242,108). Sum of RGB (Red+Green+Blue) = 212+242+108=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F26C is #2B0D93. Grayscale: #DADADA. Windows color (decimal): -2821524 or 7140052. OLE color: 7140052.
HSL color Cylindrical-coordinate representation of color #D4F26C: hue angle of 73.43º 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 #D4F26C is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 108 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.05 |
| HSL | 73.43º | 0.84% | 0.69% | - |
| HSV(B) | 73.43º | 0.55% | 0.95% | - |
| XYZ | 61.61 | 78.58 | 26.11 | - |
| YUV | 217.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 108 | 0.12 | 0 | 0.55 | 0.05 | 73.43 | 0.84 | 0.69 |
| Hex | D4 | F2 | 6C | C | 0 | 37 | 5 | 49 | 54 | 45 |
| Octal | 324 | 362 | 154 | 14 | 0 | 67 | 5 | 111 | 124 | 105 |
| Binary | 11010100 | 11110010 | 1101100 | 1100 | 0 | 110111 | 101 | 1001001 | 1010100 | 1000101 |
Color Harmonies of #D4F26C
Complementary color
Monochromatic Colors of #D4F26C
Black with #D4F26C
Text Example
Text Example
White with #D4F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F26C; }
p { color: rgb(212,242,108); }
H1.HeaderClassName
{
color: #D4F26C;
}
.AnyTagClassName
{
color: #D4F26C;
}
</style>
background-color css
<style>
a { background-color: #D4F26C; }
a { background-color: rgb(212,242,108); }
div.DivClassName
{
background-color: #D4F26C;
}
.BgClassName
{
background-color: #D4F26C;
}
</style>
border-color css
<style>
span { border-color: #D4F26C; }
span { border-color: rgb(212,242,108); }
td.TdClassName
{
border-color: #D4F26C;
}
.TagClassName
{
border-color: #D4F26C;
}
</style>