Shades of Sulu #D0F77A
Tints of Sulu #D0F77A
RGB
CMYK
RGB Variations
Color information
#D0F77A (or 0xD0F77A) is known color: Sulu. HEX triplet: D0, F7 and 7A. RGB value is (208,247,122). Sum of RGB (Red+Green+Blue) = 208+247+122=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F77A is #2F0885. Grayscale: #DDDDDD. Windows color (decimal): -3082374 or 8058832. OLE color: 8058832.
HSL color Cylindrical-coordinate representation of color #D0F77A: hue angle of 78.72º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0F77A is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 247 | 122 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.03 |
| HSL | 78.72º | 0.89% | 0.72% | - |
| HSV(B) | 78.72º | 0.51% | 0.97% | - |
| XYZ | 62.79 | 81.34 | 30.8 | - |
| YUV | 221.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 247 | 122 | 0.16 | 0 | 0.51 | 0.03 | 78.72 | 0.89 | 0.72 |
| Hex | D0 | F7 | 7A | 10 | 0 | 33 | 3 | 4F | 59 | 48 |
| Octal | 320 | 367 | 172 | 20 | 0 | 63 | 3 | 117 | 131 | 110 |
| Binary | 11010000 | 11110111 | 1111010 | 10000 | 0 | 110011 | 11 | 1001111 | 1011001 | 1001000 |
Color Harmonies of #D0F77A
Complementary color
Monochromatic Colors of #D0F77A
Black with #D0F77A
Text Example
Text Example
White with #D0F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F77A; }
p { color: rgb(208,247,122); }
H1.HeaderClassName
{
color: #D0F77A;
}
.AnyTagClassName
{
color: #D0F77A;
}
</style>
background-color css
<style>
a { background-color: #D0F77A; }
a { background-color: rgb(208,247,122); }
div.DivClassName
{
background-color: #D0F77A;
}
.BgClassName
{
background-color: #D0F77A;
}
</style>
border-color css
<style>
span { border-color: #D0F77A; }
span { border-color: rgb(208,247,122); }
td.TdClassName
{
border-color: #D0F77A;
}
.TagClassName
{
border-color: #D0F77A;
}
</style>