Shades of Sulu #D2FC80
Tints of Sulu #D2FC80
RGB
CMYK
RGB Variations
Color information
#D2FC80 (or 0xD2FC80) is known color: Sulu. HEX triplet: D2, FC and 80. RGB value is (210,252,128). Sum of RGB (Red+Green+Blue) = 210+252+128=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 128 (50.39% from 255 or 21.69% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FC80 is #2D037F. Grayscale: #E1E1E1. Windows color (decimal): -2950016 or 8453330. OLE color: 8453330.
HSL color Cylindrical-coordinate representation of color #D2FC80: hue angle of 80.32º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2FC80 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 128 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.01 |
| HSL | 80.32º | 0.95% | 0.75% | - |
| HSV(B) | 80.32º | 0.49% | 0.99% | - |
| XYZ | 65.29 | 84.88 | 33.36 | - |
| YUV | 225.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 128 | 0.17 | 0 | 0.49 | 0.01 | 80.32 | 0.95 | 0.75 |
| Hex | D2 | FC | 80 | 11 | 0 | 31 | 1 | 50 | 5F | 4B |
| Octal | 322 | 374 | 200 | 21 | 0 | 61 | 1 | 120 | 137 | 113 |
| Binary | 11010010 | 11111100 | 10000000 | 10001 | 0 | 110001 | 1 | 1010000 | 1011111 | 1001011 |
Color Harmonies of #D2FC80
Complementary color
Monochromatic Colors of #D2FC80
Black with #D2FC80
Text Example
Text Example
White with #D2FC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FC80; }
p { color: rgb(210,252,128); }
H1.HeaderClassName
{
color: #D2FC80;
}
.AnyTagClassName
{
color: #D2FC80;
}
</style>
background-color css
<style>
a { background-color: #D2FC80; }
a { background-color: rgb(210,252,128); }
div.DivClassName
{
background-color: #D2FC80;
}
.BgClassName
{
background-color: #D2FC80;
}
</style>
border-color css
<style>
span { border-color: #D2FC80; }
span { border-color: rgb(210,252,128); }
td.TdClassName
{
border-color: #D2FC80;
}
.TagClassName
{
border-color: #D2FC80;
}
</style>