Shades of Sulu #D2F178
Tints of Sulu #D2F178
RGB
CMYK
RGB Variations
Color information
#D2F178 (or 0xD2F178) is known color: Sulu. HEX triplet: D2, F1 and 78. RGB value is (210,241,120). Sum of RGB (Red+Green+Blue) = 210+241+120=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F178 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F178 is #2D0E87. Grayscale: #DADADA. Windows color (decimal): -2952840 or 7926226. OLE color: 7926226.
HSL color Cylindrical-coordinate representation of color #D2F178: hue angle of 75.37º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2F178 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 120 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.05 |
| HSL | 75.37º | 0.81% | 0.71% | - |
| HSV(B) | 75.37º | 0.5% | 0.95% | - |
| XYZ | 61.42 | 77.97 | 29.58 | - |
| YUV | 217.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 120 | 0.13 | 0 | 0.50 | 0.05 | 75.37 | 0.81 | 0.71 |
| Hex | D2 | F1 | 78 | D | 0 | 32 | 5 | 4B | 51 | 47 |
| Octal | 322 | 361 | 170 | 15 | 0 | 62 | 5 | 113 | 121 | 107 |
| Binary | 11010010 | 11110001 | 1111000 | 1101 | 0 | 110010 | 101 | 1001011 | 1010001 | 1000111 |
Color Harmonies of #D2F178
Complementary color
Monochromatic Colors of #D2F178
Black with #D2F178
Text Example
Text Example
White with #D2F178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F178; }
p { color: rgb(210,241,120); }
H1.HeaderClassName
{
color: #D2F178;
}
.AnyTagClassName
{
color: #D2F178;
}
</style>
background-color css
<style>
a { background-color: #D2F178; }
a { background-color: rgb(210,241,120); }
div.DivClassName
{
background-color: #D2F178;
}
.BgClassName
{
background-color: #D2F178;
}
</style>
border-color css
<style>
span { border-color: #D2F178; }
span { border-color: rgb(210,241,120); }
td.TdClassName
{
border-color: #D2F178;
}
.TagClassName
{
border-color: #D2F178;
}
</style>