Shades of Mindaro #DFF367
Tints of Mindaro #DFF367
RGB
CMYK
RGB Variations
Color information
#DFF367 (or 0xDFF367) is known color: Mindaro. HEX triplet: DF, F3 and 67. RGB value is (223,243,103). Sum of RGB (Red+Green+Blue) = 223+243+103=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 103 (40.62% from 255 or 18.10% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF367 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF367 is #200C98. Grayscale: #DDDDDD. Windows color (decimal): -2100377 or 6812639. OLE color: 6812639.
HSL color Cylindrical-coordinate representation of color #DFF367: hue angle of 68.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFF367 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 103 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.05 |
| HSL | 68.57º | 0.85% | 0.68% | - |
| HSV(B) | 68.57º | 0.58% | 0.95% | - |
| XYZ | 64.93 | 80.77 | 25 | - |
| YUV | 221.06 | 61.37 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 103 | 0.08 | 0 | 0.58 | 0.05 | 68.57 | 0.85 | 0.68 |
| Hex | DF | F3 | 67 | 8 | 0 | 3A | 5 | 45 | 55 | 44 |
| Octal | 337 | 363 | 147 | 10 | 0 | 72 | 5 | 105 | 125 | 104 |
| Binary | 11011111 | 11110011 | 1100111 | 1000 | 0 | 111010 | 101 | 1000101 | 1010101 | 1000100 |
Color Harmonies of #DFF367
Complementary color
Monochromatic Colors of #DFF367
Black with #DFF367
Text Example
Text Example
White with #DFF367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF367; }
p { color: rgb(223,243,103); }
H1.HeaderClassName
{
color: #DFF367;
}
.AnyTagClassName
{
color: #DFF367;
}
</style>
background-color css
<style>
a { background-color: #DFF367; }
a { background-color: rgb(223,243,103); }
div.DivClassName
{
background-color: #DFF367;
}
.BgClassName
{
background-color: #DFF367;
}
</style>
border-color css
<style>
span { border-color: #DFF367; }
span { border-color: rgb(223,243,103); }
td.TdClassName
{
border-color: #DFF367;
}
.TagClassName
{
border-color: #DFF367;
}
</style>