Shades of Mindaro #DCFF69
Tints of Mindaro #DCFF69
RGB
CMYK
RGB Variations
Color information
#DCFF69 (or 0xDCFF69) is known color: Mindaro. HEX triplet: DC, FF and 69. RGB value is (220,255,105). Sum of RGB (Red+Green+Blue) = 220+255+105=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 105 (41.41% from 255 or 18.10% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF69 is #230096. Grayscale: #E4E4E4. Windows color (decimal): -2293911 or 6946780. OLE color: 6946780.
HSL color Cylindrical-coordinate representation of color #DCFF69: hue angle of 74º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCFF69 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 105 | - |
| CMYK | 0.14 | 0 | 0.59 | 0 |
| HSL | 74º | 1% | 0.71% | - |
| HSV(B) | 74º | 0.59% | 1% | - |
| XYZ | 67.83 | 87.76 | 26.73 | - |
| YUV | 227.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 105 | 0.14 | 0 | 0.59 | 0 | 74 | 1 | 0.71 |
| Hex | DC | FF | 69 | E | 0 | 3B | 0 | 4A | 64 | 47 |
| Octal | 334 | 377 | 151 | 16 | 0 | 73 | 0 | 112 | 144 | 107 |
| Binary | 11011100 | 11111111 | 1101001 | 1110 | 0 | 111011 | 0 | 1001010 | 1100100 | 1000111 |
Color Harmonies of #DCFF69
Complementary color
Monochromatic Colors of #DCFF69
Black with #DCFF69
Text Example
Text Example
White with #DCFF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF69; }
p { color: rgb(220,255,105); }
H1.HeaderClassName
{
color: #DCFF69;
}
.AnyTagClassName
{
color: #DCFF69;
}
</style>
background-color css
<style>
a { background-color: #DCFF69; }
a { background-color: rgb(220,255,105); }
div.DivClassName
{
background-color: #DCFF69;
}
.BgClassName
{
background-color: #DCFF69;
}
</style>
border-color css
<style>
span { border-color: #DCFF69; }
span { border-color: rgb(220,255,105); }
td.TdClassName
{
border-color: #DCFF69;
}
.TagClassName
{
border-color: #DCFF69;
}
</style>