Shades of Sulu #D2F185
Tints of Sulu #D2F185
RGB
CMYK
RGB Variations
Color information
#D2F185 (or 0xD2F185) is known color: Sulu. HEX triplet: D2, F1 and 85. RGB value is (210,241,133). Sum of RGB (Red+Green+Blue) = 210+241+133=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F185 is #2D0E7A. Grayscale: #DBDBDB. Windows color (decimal): -2952827 or 8778194. OLE color: 8778194.
HSL color Cylindrical-coordinate representation of color #D2F185: hue angle of 77.22º 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 #D2F185 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 133 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.05 |
| HSL | 77.22º | 0.79% | 0.73% | - |
| HSV(B) | 77.22º | 0.45% | 0.95% | - |
| XYZ | 62.27 | 78.31 | 34.02 | - |
| YUV | 219.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 133 | 0.13 | 0 | 0.45 | 0.05 | 77.22 | 0.79 | 0.73 |
| Hex | D2 | F1 | 85 | D | 0 | 2D | 5 | 4D | 4F | 49 |
| Octal | 322 | 361 | 205 | 15 | 0 | 55 | 5 | 115 | 117 | 111 |
| Binary | 11010010 | 11110001 | 10000101 | 1101 | 0 | 101101 | 101 | 1001101 | 1001111 | 1001001 |
Color Harmonies of #D2F185
Complementary color
Monochromatic Colors of #D2F185
Black with #D2F185
Text Example
Text Example
White with #D2F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F185; }
p { color: rgb(210,241,133); }
H1.HeaderClassName
{
color: #D2F185;
}
.AnyTagClassName
{
color: #D2F185;
}
</style>
background-color css
<style>
a { background-color: #D2F185; }
a { background-color: rgb(210,241,133); }
div.DivClassName
{
background-color: #D2F185;
}
.BgClassName
{
background-color: #D2F185;
}
</style>
border-color css
<style>
span { border-color: #D2F185; }
span { border-color: rgb(210,241,133); }
td.TdClassName
{
border-color: #D2F185;
}
.TagClassName
{
border-color: #D2F185;
}
</style>