Shades of Sulu #D3ED7F
Tints of Sulu #D3ED7F
RGB
CMYK
RGB Variations
Color information
#D3ED7F (or 0xD3ED7F) is known color: Sulu. HEX triplet: D3, ED and 7F. RGB value is (211,237,127). Sum of RGB (Red+Green+Blue) = 211+237+127=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3ED7F is #2C1280. Grayscale: #D9D9D9. Windows color (decimal): -2888321 or 8383955. OLE color: 8383955.
HSL color Cylindrical-coordinate representation of color #D3ED7F: hue angle of 74.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3ED7F is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 127 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.07 |
| HSL | 74.18º | 0.75% | 0.71% | - |
| HSV(B) | 74.18º | 0.46% | 0.93% | - |
| XYZ | 60.98 | 75.95 | 31.52 | - |
| YUV | 216.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 127 | 0.11 | 0 | 0.46 | 0.07 | 74.18 | 0.75 | 0.71 |
| Hex | D3 | ED | 7F | B | 0 | 2E | 7 | 4A | 4B | 47 |
| Octal | 323 | 355 | 177 | 13 | 0 | 56 | 7 | 112 | 113 | 107 |
| Binary | 11010011 | 11101101 | 1111111 | 1011 | 0 | 101110 | 111 | 1001010 | 1001011 | 1000111 |
Color Harmonies of #D3ED7F
Complementary color
Monochromatic Colors of #D3ED7F
Black with #D3ED7F
Text Example
Text Example
White with #D3ED7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ED7F; }
p { color: rgb(211,237,127); }
H1.HeaderClassName
{
color: #D3ED7F;
}
.AnyTagClassName
{
color: #D3ED7F;
}
</style>
background-color css
<style>
a { background-color: #D3ED7F; }
a { background-color: rgb(211,237,127); }
div.DivClassName
{
background-color: #D3ED7F;
}
.BgClassName
{
background-color: #D3ED7F;
}
</style>
border-color css
<style>
span { border-color: #D3ED7F; }
span { border-color: rgb(211,237,127); }
td.TdClassName
{
border-color: #D3ED7F;
}
.TagClassName
{
border-color: #D3ED7F;
}
</style>