Shades of Sulu #D0F685
Tints of Sulu #D0F685
RGB
CMYK
RGB Variations
Color information
#D0F685 (or 0xD0F685) is known color: Sulu. HEX triplet: D0, F6 and 85. RGB value is (208,246,133). Sum of RGB (Red+Green+Blue) = 208+246+133=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F685 is #2F097A. Grayscale: #DEDEDE. Windows color (decimal): -3082619 or 8779472. OLE color: 8779472.
HSL color Cylindrical-coordinate representation of color #D0F685: hue angle of 80.18º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0F685 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 133 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.04 |
| HSL | 80.18º | 0.86% | 0.74% | - |
| HSV(B) | 80.18º | 0.46% | 0.96% | - |
| XYZ | 63.2 | 81.01 | 34.5 | - |
| YUV | 221.76 | 77.91 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 133 | 0.15 | 0 | 0.46 | 0.04 | 80.18 | 0.86 | 0.74 |
| Hex | D0 | F6 | 85 | F | 0 | 2E | 4 | 50 | 56 | 4A |
| Octal | 320 | 366 | 205 | 17 | 0 | 56 | 4 | 120 | 126 | 112 |
| Binary | 11010000 | 11110110 | 10000101 | 1111 | 0 | 101110 | 100 | 1010000 | 1010110 | 1001010 |
Color Harmonies of #D0F685
Complementary color
Monochromatic Colors of #D0F685
Black with #D0F685
Text Example
Text Example
White with #D0F685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F685; }
p { color: rgb(208,246,133); }
H1.HeaderClassName
{
color: #D0F685;
}
.AnyTagClassName
{
color: #D0F685;
}
</style>
background-color css
<style>
a { background-color: #D0F685; }
a { background-color: rgb(208,246,133); }
div.DivClassName
{
background-color: #D0F685;
}
.BgClassName
{
background-color: #D0F685;
}
</style>
border-color css
<style>
span { border-color: #D0F685; }
span { border-color: rgb(208,246,133); }
td.TdClassName
{
border-color: #D0F685;
}
.TagClassName
{
border-color: #D0F685;
}
</style>