Shades of Sulu #D7F488
Tints of Sulu #D7F488
RGB
CMYK
RGB Variations
Color information
#D7F488 (or 0xD7F488) is known color: Sulu. HEX triplet: D7, F4 and 88. RGB value is (215,244,136). Sum of RGB (Red+Green+Blue) = 215+244+136=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 136 (53.52% from 255 or 22.86% from 595); Max value from RGB is 244 - color contains mainly: green. Hex color #D7F488 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F488 is #280B77. Grayscale: #DFDFDF. Windows color (decimal): -2624376 or 8975575. OLE color: 8975575.
HSL color Cylindrical-coordinate representation of color #D7F488: hue angle of 76.11º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7F488 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 244 | 136 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.04 |
| HSL | 76.11º | 0.83% | 0.75% | - |
| HSV(B) | 76.11º | 0.44% | 0.96% | - |
| XYZ | 64.82 | 80.93 | 35.5 | - |
| YUV | 223.02 | 78.89 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 244 | 136 | 0.12 | 0 | 0.44 | 0.04 | 76.11 | 0.83 | 0.75 |
| Hex | D7 | F4 | 88 | C | 0 | 2C | 4 | 4C | 53 | 4B |
| Octal | 327 | 364 | 210 | 14 | 0 | 54 | 4 | 114 | 123 | 113 |
| Binary | 11010111 | 11110100 | 10001000 | 1100 | 0 | 101100 | 100 | 1001100 | 1010011 | 1001011 |
Color Harmonies of #D7F488
Complementary color
Monochromatic Colors of #D7F488
Black with #D7F488
Text Example
Text Example
White with #D7F488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F488; }
p { color: rgb(215,244,136); }
H1.HeaderClassName
{
color: #D7F488;
}
.AnyTagClassName
{
color: #D7F488;
}
</style>
background-color css
<style>
a { background-color: #D7F488; }
a { background-color: rgb(215,244,136); }
div.DivClassName
{
background-color: #D7F488;
}
.BgClassName
{
background-color: #D7F488;
}
</style>
border-color css
<style>
span { border-color: #D7F488; }
span { border-color: rgb(215,244,136); }
td.TdClassName
{
border-color: #D7F488;
}
.TagClassName
{
border-color: #D7F488;
}
</style>