Shades of Sulu #D2F78B
Tints of Sulu #D2F78B
RGB
CMYK
RGB Variations
Color information
#D2F78B (or 0xD2F78B) is known color: Sulu. HEX triplet: D2, F7 and 8B. RGB value is (210,247,139). Sum of RGB (Red+Green+Blue) = 210+247+139=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F78B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F78B is #2D0874. Grayscale: #E0E0E0. Windows color (decimal): -2951285 or 9172946. OLE color: 9172946.
HSL color Cylindrical-coordinate representation of color #D2F78B: hue angle of 80.56º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2F78B is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 139 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.03 |
| HSL | 80.56º | 0.87% | 0.76% | - |
| HSV(B) | 80.56º | 0.44% | 0.97% | - |
| XYZ | 64.5 | 82.09 | 36.87 | - |
| YUV | 223.63 | 80.24 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 139 | 0.15 | 0 | 0.44 | 0.03 | 80.56 | 0.87 | 0.76 |
| Hex | D2 | F7 | 8B | F | 0 | 2C | 3 | 51 | 57 | 4C |
| Octal | 322 | 367 | 213 | 17 | 0 | 54 | 3 | 121 | 127 | 114 |
| Binary | 11010010 | 11110111 | 10001011 | 1111 | 0 | 101100 | 11 | 1010001 | 1010111 | 1001100 |
Color Harmonies of #D2F78B
Complementary color
Monochromatic Colors of #D2F78B
Black with #D2F78B
Text Example
Text Example
White with #D2F78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F78B; }
p { color: rgb(210,247,139); }
H1.HeaderClassName
{
color: #D2F78B;
}
.AnyTagClassName
{
color: #D2F78B;
}
</style>
background-color css
<style>
a { background-color: #D2F78B; }
a { background-color: rgb(210,247,139); }
div.DivClassName
{
background-color: #D2F78B;
}
.BgClassName
{
background-color: #D2F78B;
}
</style>
border-color css
<style>
span { border-color: #D2F78B; }
span { border-color: rgb(210,247,139); }
td.TdClassName
{
border-color: #D2F78B;
}
.TagClassName
{
border-color: #D2F78B;
}
</style>