Shades of Sulu #D7F385
Tints of Sulu #D7F385
RGB
CMYK
RGB Variations
Color information
#D7F385 (or 0xD7F385) is known color: Sulu. HEX triplet: D7, F3 and 85. RGB value is (215,243,133). Sum of RGB (Red+Green+Blue) = 215+243+133=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F385 is #280C7A. Grayscale: #DEDEDE. Windows color (decimal): -2624635 or 8778711. OLE color: 8778711.
HSL color Cylindrical-coordinate representation of color #D7F385: hue angle of 75.27º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7F385 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 243 | 133 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.05 |
| HSL | 75.27º | 0.82% | 0.74% | - |
| HSV(B) | 75.27º | 0.45% | 0.95% | - |
| XYZ | 64.31 | 80.24 | 34.29 | - |
| YUV | 222.09 | 77.72 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 243 | 133 | 0.12 | 0 | 0.45 | 0.05 | 75.27 | 0.82 | 0.74 |
| Hex | D7 | F3 | 85 | C | 0 | 2D | 5 | 4B | 52 | 4A |
| Octal | 327 | 363 | 205 | 14 | 0 | 55 | 5 | 113 | 122 | 112 |
| Binary | 11010111 | 11110011 | 10000101 | 1100 | 0 | 101101 | 101 | 1001011 | 1010010 | 1001010 |
Color Harmonies of #D7F385
Complementary color
Monochromatic Colors of #D7F385
Black with #D7F385
Text Example
Text Example
White with #D7F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F385; }
p { color: rgb(215,243,133); }
H1.HeaderClassName
{
color: #D7F385;
}
.AnyTagClassName
{
color: #D7F385;
}
</style>
background-color css
<style>
a { background-color: #D7F385; }
a { background-color: rgb(215,243,133); }
div.DivClassName
{
background-color: #D7F385;
}
.BgClassName
{
background-color: #D7F385;
}
</style>
border-color css
<style>
span { border-color: #D7F385; }
span { border-color: rgb(215,243,133); }
td.TdClassName
{
border-color: #D7F385;
}
.TagClassName
{
border-color: #D7F385;
}
</style>