Shades of Sulu #D1F780
Tints of Sulu #D1F780
RGB
CMYK
RGB Variations
Color information
#D1F780 (or 0xD1F780) is known color: Sulu. HEX triplet: D1, F7 and 80. RGB value is (209,247,128). Sum of RGB (Red+Green+Blue) = 209+247+128=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 247 (96.88% from 255 or 42.29% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F780 is #2E087F. Grayscale: #DEDEDE. Windows color (decimal): -3016832 or 8452049. OLE color: 8452049.
HSL color Cylindrical-coordinate representation of color #D1F780: hue angle of 79.16º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1F780 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 128 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.03 |
| HSL | 79.16º | 0.88% | 0.74% | - |
| HSV(B) | 79.16º | 0.48% | 0.97% | - |
| XYZ | 63.45 | 81.64 | 32.84 | - |
| YUV | 222.07 | 74.91 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 128 | 0.15 | 0 | 0.48 | 0.03 | 79.16 | 0.88 | 0.74 |
| Hex | D1 | F7 | 80 | F | 0 | 30 | 3 | 4F | 58 | 4A |
| Octal | 321 | 367 | 200 | 17 | 0 | 60 | 3 | 117 | 130 | 112 |
| Binary | 11010001 | 11110111 | 10000000 | 1111 | 0 | 110000 | 11 | 1001111 | 1011000 | 1001010 |
Color Harmonies of #D1F780
Complementary color
Monochromatic Colors of #D1F780
Black with #D1F780
Text Example
Text Example
White with #D1F780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F780; }
p { color: rgb(209,247,128); }
H1.HeaderClassName
{
color: #D1F780;
}
.AnyTagClassName
{
color: #D1F780;
}
</style>
background-color css
<style>
a { background-color: #D1F780; }
a { background-color: rgb(209,247,128); }
div.DivClassName
{
background-color: #D1F780;
}
.BgClassName
{
background-color: #D1F780;
}
</style>
border-color css
<style>
span { border-color: #D1F780; }
span { border-color: rgb(209,247,128); }
td.TdClassName
{
border-color: #D1F780;
}
.TagClassName
{
border-color: #D1F780;
}
</style>