Shades of Sulu #D0F376
Tints of Sulu #D0F376
RGB
CMYK
RGB Variations
Color information
#D0F376 (or 0xD0F376) is known color: Sulu. HEX triplet: D0, F3 and 76. RGB value is (208,243,118). Sum of RGB (Red+Green+Blue) = 208+243+118=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F376 is #2F0C89. Grayscale: #DADADA. Windows color (decimal): -3083402 or 7795664. OLE color: 7795664.
HSL color Cylindrical-coordinate representation of color #D0F376: hue angle of 76.8º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0F376 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 118 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.05 |
| HSL | 76.8º | 0.84% | 0.71% | - |
| HSV(B) | 76.8º | 0.51% | 0.95% | - |
| XYZ | 61.33 | 78.82 | 29.12 | - |
| YUV | 218.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 118 | 0.14 | 0 | 0.51 | 0.05 | 76.8 | 0.84 | 0.71 |
| Hex | D0 | F3 | 76 | E | 0 | 33 | 5 | 4D | 54 | 47 |
| Octal | 320 | 363 | 166 | 16 | 0 | 63 | 5 | 115 | 124 | 107 |
| Binary | 11010000 | 11110011 | 1110110 | 1110 | 0 | 110011 | 101 | 1001101 | 1010100 | 1000111 |
Color Harmonies of #D0F376
Complementary color
Monochromatic Colors of #D0F376
Black with #D0F376
Text Example
Text Example
White with #D0F376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F376; }
p { color: rgb(208,243,118); }
H1.HeaderClassName
{
color: #D0F376;
}
.AnyTagClassName
{
color: #D0F376;
}
</style>
background-color css
<style>
a { background-color: #D0F376; }
a { background-color: rgb(208,243,118); }
div.DivClassName
{
background-color: #D0F376;
}
.BgClassName
{
background-color: #D0F376;
}
</style>
border-color css
<style>
span { border-color: #D0F376; }
span { border-color: rgb(208,243,118); }
td.TdClassName
{
border-color: #D0F376;
}
.TagClassName
{
border-color: #D0F376;
}
</style>