Shades of Sulu #D1F77A
Tints of Sulu #D1F77A
RGB
CMYK
RGB Variations
Color information
#D1F77A (or 0xD1F77A) is known color: Sulu. HEX triplet: D1, F7 and 7A. RGB value is (209,247,122). Sum of RGB (Red+Green+Blue) = 209+247+122=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F77A is #2E0885. Grayscale: #DDDDDD. Windows color (decimal): -3016838 or 8058833. OLE color: 8058833.
HSL color Cylindrical-coordinate representation of color #D1F77A: hue angle of 78.24º 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 #D1F77A is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 122 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.03 |
| HSL | 78.24º | 0.89% | 0.72% | - |
| HSV(B) | 78.24º | 0.51% | 0.97% | - |
| XYZ | 63.07 | 81.48 | 30.82 | - |
| YUV | 221.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 122 | 0.15 | 0 | 0.51 | 0.03 | 78.24 | 0.89 | 0.72 |
| Hex | D1 | F7 | 7A | F | 0 | 33 | 3 | 4E | 59 | 48 |
| Octal | 321 | 367 | 172 | 17 | 0 | 63 | 3 | 116 | 131 | 110 |
| Binary | 11010001 | 11110111 | 1111010 | 1111 | 0 | 110011 | 11 | 1001110 | 1011001 | 1001000 |
Color Harmonies of #D1F77A
Complementary color
Monochromatic Colors of #D1F77A
Black with #D1F77A
Text Example
Text Example
White with #D1F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F77A; }
p { color: rgb(209,247,122); }
H1.HeaderClassName
{
color: #D1F77A;
}
.AnyTagClassName
{
color: #D1F77A;
}
</style>
background-color css
<style>
a { background-color: #D1F77A; }
a { background-color: rgb(209,247,122); }
div.DivClassName
{
background-color: #D1F77A;
}
.BgClassName
{
background-color: #D1F77A;
}
</style>
border-color css
<style>
span { border-color: #D1F77A; }
span { border-color: rgb(209,247,122); }
td.TdClassName
{
border-color: #D1F77A;
}
.TagClassName
{
border-color: #D1F77A;
}
</style>