Shades of Sulu #D7F183
Tints of Sulu #D7F183
RGB
CMYK
RGB Variations
Color information
#D7F183 (or 0xD7F183) is known color: Sulu. HEX triplet: D7, F1 and 83. RGB value is (215,241,131). Sum of RGB (Red+Green+Blue) = 215+241+131=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 131 (51.56% from 255 or 22.32% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F183 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F183 is #280E7C. Grayscale: #DDDDDD. Windows color (decimal): -2625149 or 8647127. OLE color: 8647127.
HSL color Cylindrical-coordinate representation of color #D7F183: hue angle of 74.18º 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 #D7F183 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 131 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.05 |
| HSL | 74.18º | 0.8% | 0.73% | - |
| HSV(B) | 74.18º | 0.46% | 0.95% | - |
| XYZ | 63.58 | 79 | 33.37 | - |
| YUV | 220.69 | 77.39 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 131 | 0.11 | 0 | 0.46 | 0.05 | 74.18 | 0.8 | 0.73 |
| Hex | D7 | F1 | 83 | B | 0 | 2E | 5 | 4A | 50 | 49 |
| Octal | 327 | 361 | 203 | 13 | 0 | 56 | 5 | 112 | 120 | 111 |
| Binary | 11010111 | 11110001 | 10000011 | 1011 | 0 | 101110 | 101 | 1001010 | 1010000 | 1001001 |
Color Harmonies of #D7F183
Complementary color
Monochromatic Colors of #D7F183
Black with #D7F183
Text Example
Text Example
White with #D7F183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F183; }
p { color: rgb(215,241,131); }
H1.HeaderClassName
{
color: #D7F183;
}
.AnyTagClassName
{
color: #D7F183;
}
</style>
background-color css
<style>
a { background-color: #D7F183; }
a { background-color: rgb(215,241,131); }
div.DivClassName
{
background-color: #D7F183;
}
.BgClassName
{
background-color: #D7F183;
}
</style>
border-color css
<style>
span { border-color: #D7F183; }
span { border-color: rgb(215,241,131); }
td.TdClassName
{
border-color: #D7F183;
}
.TagClassName
{
border-color: #D7F183;
}
</style>