Shades of Sulu #D6F185
Tints of Sulu #D6F185
RGB
CMYK
RGB Variations
Color information
#D6F185 (or 0xD6F185) is known color: Sulu. HEX triplet: D6, F1 and 85. RGB value is (214,241,133). Sum of RGB (Red+Green+Blue) = 214+241+133=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F185 is #290E7A. Grayscale: #DDDDDD. Windows color (decimal): -2690683 or 8778198. OLE color: 8778198.
HSL color Cylindrical-coordinate representation of color #D6F185: hue angle of 75º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6F185 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 133 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.05 |
| HSL | 75º | 0.79% | 0.73% | - |
| HSV(B) | 75º | 0.45% | 0.95% | - |
| XYZ | 63.42 | 78.9 | 34.08 | - |
| YUV | 220.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 133 | 0.11 | 0 | 0.45 | 0.05 | 75 | 0.79 | 0.73 |
| Hex | D6 | F1 | 85 | B | 0 | 2D | 5 | 4B | 4F | 49 |
| Octal | 326 | 361 | 205 | 13 | 0 | 55 | 5 | 113 | 117 | 111 |
| Binary | 11010110 | 11110001 | 10000101 | 1011 | 0 | 101101 | 101 | 1001011 | 1001111 | 1001001 |
Color Harmonies of #D6F185
Complementary color
Monochromatic Colors of #D6F185
Black with #D6F185
Text Example
Text Example
White with #D6F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F185; }
p { color: rgb(214,241,133); }
H1.HeaderClassName
{
color: #D6F185;
}
.AnyTagClassName
{
color: #D6F185;
}
</style>
background-color css
<style>
a { background-color: #D6F185; }
a { background-color: rgb(214,241,133); }
div.DivClassName
{
background-color: #D6F185;
}
.BgClassName
{
background-color: #D6F185;
}
</style>
border-color css
<style>
span { border-color: #D6F185; }
span { border-color: rgb(214,241,133); }
td.TdClassName
{
border-color: #D6F185;
}
.TagClassName
{
border-color: #D6F185;
}
</style>