Shades of Sulu #D7F182
Tints of Sulu #D7F182
RGB
CMYK
RGB Variations
Color information
#D7F182 (or 0xD7F182) is known color: Sulu. HEX triplet: D7, F1 and 82. RGB value is (215,241,130). Sum of RGB (Red+Green+Blue) = 215+241+130=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F182 is #280E7D. Grayscale: #DCDCDC. Windows color (decimal): -2625150 or 8581591. OLE color: 8581591.
HSL color Cylindrical-coordinate representation of color #D7F182: hue angle of 74.05º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7F182 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 130 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.05 |
| HSL | 74.05º | 0.8% | 0.73% | - |
| HSV(B) | 74.05º | 0.46% | 0.95% | - |
| XYZ | 63.51 | 78.97 | 33.01 | - |
| YUV | 220.57 | 76.89 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 130 | 0.11 | 0 | 0.46 | 0.05 | 74.05 | 0.8 | 0.73 |
| Hex | D7 | F1 | 82 | B | 0 | 2E | 5 | 4A | 50 | 49 |
| Octal | 327 | 361 | 202 | 13 | 0 | 56 | 5 | 112 | 120 | 111 |
| Binary | 11010111 | 11110001 | 10000010 | 1011 | 0 | 101110 | 101 | 1001010 | 1010000 | 1001001 |
Color Harmonies of #D7F182
Complementary color
Monochromatic Colors of #D7F182
Black with #D7F182
Text Example
Text Example
White with #D7F182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F182; }
p { color: rgb(215,241,130); }
H1.HeaderClassName
{
color: #D7F182;
}
.AnyTagClassName
{
color: #D7F182;
}
</style>
background-color css
<style>
a { background-color: #D7F182; }
a { background-color: rgb(215,241,130); }
div.DivClassName
{
background-color: #D7F182;
}
.BgClassName
{
background-color: #D7F182;
}
</style>
border-color css
<style>
span { border-color: #D7F182; }
span { border-color: rgb(215,241,130); }
td.TdClassName
{
border-color: #D7F182;
}
.TagClassName
{
border-color: #D7F182;
}
</style>