Shades of Sulu #D3F97E
Tints of Sulu #D3F97E
RGB
CMYK
RGB Variations
Color information
#D3F97E (or 0xD3F97E) is known color: Sulu. HEX triplet: D3, F9 and 7E. RGB value is (211,249,126). Sum of RGB (Red+Green+Blue) = 211+249+126=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F97E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F97E is #2C0681. Grayscale: #E0E0E0. Windows color (decimal): -2885250 or 8321491. OLE color: 8321491.
HSL color Cylindrical-coordinate representation of color #D3F97E: hue angle of 78.54º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3F97E is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 126 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.02 |
| HSL | 78.54º | 0.91% | 0.74% | - |
| HSV(B) | 78.54º | 0.49% | 0.98% | - |
| XYZ | 64.51 | 83.11 | 32.38 | - |
| YUV | 223.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 126 | 0.15 | 0 | 0.49 | 0.02 | 78.54 | 0.91 | 0.74 |
| Hex | D3 | F9 | 7E | F | 0 | 31 | 2 | 4F | 5B | 4A |
| Octal | 323 | 371 | 176 | 17 | 0 | 61 | 2 | 117 | 133 | 112 |
| Binary | 11010011 | 11111001 | 1111110 | 1111 | 0 | 110001 | 10 | 1001111 | 1011011 | 1001010 |
Color Harmonies of #D3F97E
Complementary color
Monochromatic Colors of #D3F97E
Black with #D3F97E
Text Example
Text Example
White with #D3F97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F97E; }
p { color: rgb(211,249,126); }
H1.HeaderClassName
{
color: #D3F97E;
}
.AnyTagClassName
{
color: #D3F97E;
}
</style>
background-color css
<style>
a { background-color: #D3F97E; }
a { background-color: rgb(211,249,126); }
div.DivClassName
{
background-color: #D3F97E;
}
.BgClassName
{
background-color: #D3F97E;
}
</style>
border-color css
<style>
span { border-color: #D3F97E; }
span { border-color: rgb(211,249,126); }
td.TdClassName
{
border-color: #D3F97E;
}
.TagClassName
{
border-color: #D3F97E;
}
</style>