Shades of Sulu #D1FB7F
Tints of Sulu #D1FB7F
RGB
CMYK
RGB Variations
Color information
#D1FB7F (or 0xD1FB7F) is known color: Sulu. HEX triplet: D1, FB and 7F. RGB value is (209,251,127). Sum of RGB (Red+Green+Blue) = 209+251+127=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 127 (50% from 255 or 21.64% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FB7F is #2E0480. Grayscale: #E0E0E0. Windows color (decimal): -3015809 or 8387537. OLE color: 8387537.
HSL color Cylindrical-coordinate representation of color #D1FB7F: hue angle of 80.32º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1FB7F is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 127 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.02 |
| HSL | 80.32º | 0.94% | 0.74% | - |
| HSV(B) | 80.32º | 0.49% | 0.98% | - |
| XYZ | 64.62 | 84.08 | 32.9 | - |
| YUV | 224.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 127 | 0.17 | 0 | 0.49 | 0.02 | 80.32 | 0.94 | 0.74 |
| Hex | D1 | FB | 7F | 11 | 0 | 31 | 2 | 50 | 5E | 4A |
| Octal | 321 | 373 | 177 | 21 | 0 | 61 | 2 | 120 | 136 | 112 |
| Binary | 11010001 | 11111011 | 1111111 | 10001 | 0 | 110001 | 10 | 1010000 | 1011110 | 1001010 |
Color Harmonies of #D1FB7F
Complementary color
Monochromatic Colors of #D1FB7F
Black with #D1FB7F
Text Example
Text Example
White with #D1FB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB7F; }
p { color: rgb(209,251,127); }
H1.HeaderClassName
{
color: #D1FB7F;
}
.AnyTagClassName
{
color: #D1FB7F;
}
</style>
background-color css
<style>
a { background-color: #D1FB7F; }
a { background-color: rgb(209,251,127); }
div.DivClassName
{
background-color: #D1FB7F;
}
.BgClassName
{
background-color: #D1FB7F;
}
</style>
border-color css
<style>
span { border-color: #D1FB7F; }
span { border-color: rgb(209,251,127); }
td.TdClassName
{
border-color: #D1FB7F;
}
.TagClassName
{
border-color: #D1FB7F;
}
</style>