Shades of Sulu #D7F77F
Tints of Sulu #D7F77F
RGB
CMYK
RGB Variations
Color information
#D7F77F (or 0xD7F77F) is known color: Sulu. HEX triplet: D7, F7 and 7F. RGB value is (215,247,127). Sum of RGB (Red+Green+Blue) = 215+247+127=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 127 (50% from 255 or 21.56% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #D7F77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F77F is #280880. Grayscale: #E0E0E0. Windows color (decimal): -2623617 or 8386519. OLE color: 8386519.
HSL color Cylindrical-coordinate representation of color #D7F77F: hue angle of 76º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D7F77F is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 247 | 127 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.03 |
| HSL | 76º | 0.88% | 0.73% | - |
| HSV(B) | 76º | 0.49% | 0.97% | - |
| XYZ | 65.12 | 82.5 | 32.57 | - |
| YUV | 223.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 247 | 127 | 0.13 | 0 | 0.49 | 0.03 | 76 | 0.88 | 0.73 |
| Hex | D7 | F7 | 7F | D | 0 | 31 | 3 | 4C | 58 | 49 |
| Octal | 327 | 367 | 177 | 15 | 0 | 61 | 3 | 114 | 130 | 111 |
| Binary | 11010111 | 11110111 | 1111111 | 1101 | 0 | 110001 | 11 | 1001100 | 1011000 | 1001001 |
Color Harmonies of #D7F77F
Complementary color
Monochromatic Colors of #D7F77F
Black with #D7F77F
Text Example
Text Example
White with #D7F77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F77F; }
p { color: rgb(215,247,127); }
H1.HeaderClassName
{
color: #D7F77F;
}
.AnyTagClassName
{
color: #D7F77F;
}
</style>
background-color css
<style>
a { background-color: #D7F77F; }
a { background-color: rgb(215,247,127); }
div.DivClassName
{
background-color: #D7F77F;
}
.BgClassName
{
background-color: #D7F77F;
}
</style>
border-color css
<style>
span { border-color: #D7F77F; }
span { border-color: rgb(215,247,127); }
td.TdClassName
{
border-color: #D7F77F;
}
.TagClassName
{
border-color: #D7F77F;
}
</style>