Shades of Sulu #D2EE85
Tints of Sulu #D2EE85
RGB
CMYK
RGB Variations
Color information
#D2EE85 (or 0xD2EE85) is known color: Sulu. HEX triplet: D2, EE and 85. RGB value is (210,238,133). Sum of RGB (Red+Green+Blue) = 210+238+133=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EE85 is #2D117A. Grayscale: #DADADA. Windows color (decimal): -2953595 or 8777426. OLE color: 8777426.
HSL color Cylindrical-coordinate representation of color #D2EE85: hue angle of 76º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2EE85 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 133 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.07 |
| HSL | 76º | 0.76% | 0.73% | - |
| HSV(B) | 76º | 0.44% | 0.93% | - |
| XYZ | 61.39 | 76.54 | 33.73 | - |
| YUV | 217.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 133 | 0.12 | 0 | 0.44 | 0.07 | 76 | 0.76 | 0.73 |
| Hex | D2 | EE | 85 | C | 0 | 2C | 7 | 4C | 4C | 49 |
| Octal | 322 | 356 | 205 | 14 | 0 | 54 | 7 | 114 | 114 | 111 |
| Binary | 11010010 | 11101110 | 10000101 | 1100 | 0 | 101100 | 111 | 1001100 | 1001100 | 1001001 |
Color Harmonies of #D2EE85
Complementary color
Monochromatic Colors of #D2EE85
Black with #D2EE85
Text Example
Text Example
White with #D2EE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EE85; }
p { color: rgb(210,238,133); }
H1.HeaderClassName
{
color: #D2EE85;
}
.AnyTagClassName
{
color: #D2EE85;
}
</style>
background-color css
<style>
a { background-color: #D2EE85; }
a { background-color: rgb(210,238,133); }
div.DivClassName
{
background-color: #D2EE85;
}
.BgClassName
{
background-color: #D2EE85;
}
</style>
border-color css
<style>
span { border-color: #D2EE85; }
span { border-color: rgb(210,238,133); }
td.TdClassName
{
border-color: #D2EE85;
}
.TagClassName
{
border-color: #D2EE85;
}
</style>