Shades of Sulu #D2FF7E
Tints of Sulu #D2FF7E
RGB
CMYK
RGB Variations
Color information
#D2FF7E (or 0xD2FF7E) is known color: Sulu. HEX triplet: D2, FF and 7E. RGB value is (210,255,126). Sum of RGB (Red+Green+Blue) = 210+255+126=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 126 (49.61% from 255 or 21.32% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FF7E is #2D0081. Grayscale: #E3E3E3. Windows color (decimal): -2949250 or 8323026. OLE color: 8323026.
HSL color Cylindrical-coordinate representation of color #D2FF7E: hue angle of 80.93º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2FF7E is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 126 | - |
| CMYK | 0.18 | 0 | 0.51 | 0 |
| HSL | 80.93º | 1% | 0.75% | - |
| HSV(B) | 80.93º | 0.51% | 1% | - |
| XYZ | 66.1 | 86.73 | 32.99 | - |
| YUV | 226.84 | 71.09 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 126 | 0.18 | 0 | 0.51 | 0 | 80.93 | 1 | 0.75 |
| Hex | D2 | FF | 7E | 12 | 0 | 33 | 0 | 51 | 64 | 4B |
| Octal | 322 | 377 | 176 | 22 | 0 | 63 | 0 | 121 | 144 | 113 |
| Binary | 11010010 | 11111111 | 1111110 | 10010 | 0 | 110011 | 0 | 1010001 | 1100100 | 1001011 |
Color Harmonies of #D2FF7E
Complementary color
Monochromatic Colors of #D2FF7E
Black with #D2FF7E
Text Example
Text Example
White with #D2FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF7E; }
p { color: rgb(210,255,126); }
H1.HeaderClassName
{
color: #D2FF7E;
}
.AnyTagClassName
{
color: #D2FF7E;
}
</style>
background-color css
<style>
a { background-color: #D2FF7E; }
a { background-color: rgb(210,255,126); }
div.DivClassName
{
background-color: #D2FF7E;
}
.BgClassName
{
background-color: #D2FF7E;
}
</style>
border-color css
<style>
span { border-color: #D2FF7E; }
span { border-color: rgb(210,255,126); }
td.TdClassName
{
border-color: #D2FF7E;
}
.TagClassName
{
border-color: #D2FF7E;
}
</style>