Shades of Sulu #D2FE83
Tints of Sulu #D2FE83
RGB
CMYK
RGB Variations
Color information
#D2FE83 (or 0xD2FE83) is known color: Sulu. HEX triplet: D2, FE and 83. RGB value is (210,254,131). Sum of RGB (Red+Green+Blue) = 210+254+131=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FE83 is #2D017C. Grayscale: #E3E3E3. Windows color (decimal): -2949501 or 8650450. OLE color: 8650450.
HSL color Cylindrical-coordinate representation of color #D2FE83: hue angle of 81.46º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2FE83 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 131 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.00 |
| HSL | 81.46º | 0.98% | 0.75% | - |
| HSV(B) | 81.46º | 0.48% | 1% | - |
| XYZ | 66.12 | 86.22 | 34.63 | - |
| YUV | 226.82 | 73.92 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 131 | 0.17 | 0 | 0.48 | 0.00 | 81.46 | 0.98 | 0.75 |
| Hex | D2 | FE | 83 | 11 | 0 | 30 | 0 | 51 | 62 | 4B |
| Octal | 322 | 376 | 203 | 21 | 0 | 60 | 0 | 121 | 142 | 113 |
| Binary | 11010010 | 11111110 | 10000011 | 10001 | 0 | 110000 | 0 | 1010001 | 1100010 | 1001011 |
Color Harmonies of #D2FE83
Complementary color
Monochromatic Colors of #D2FE83
Black with #D2FE83
Text Example
Text Example
White with #D2FE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FE83; }
p { color: rgb(210,254,131); }
H1.HeaderClassName
{
color: #D2FE83;
}
.AnyTagClassName
{
color: #D2FE83;
}
</style>
background-color css
<style>
a { background-color: #D2FE83; }
a { background-color: rgb(210,254,131); }
div.DivClassName
{
background-color: #D2FE83;
}
.BgClassName
{
background-color: #D2FE83;
}
</style>
border-color css
<style>
span { border-color: #D2FE83; }
span { border-color: rgb(210,254,131); }
td.TdClassName
{
border-color: #D2FE83;
}
.TagClassName
{
border-color: #D2FE83;
}
</style>