Shades of Sulu #D2FC76
Tints of Sulu #D2FC76
RGB
CMYK
RGB Variations
Color information
#D2FC76 (or 0xD2FC76) is known color: Sulu. HEX triplet: D2, FC and 76. RGB value is (210,252,118). Sum of RGB (Red+Green+Blue) = 210+252+118=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FC76 is #2D0389. Grayscale: #E0E0E0. Windows color (decimal): -2950026 or 7797970. OLE color: 7797970.
HSL color Cylindrical-coordinate representation of color #D2FC76: hue angle of 78.81º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2FC76 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 118 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.01 |
| HSL | 78.81º | 0.96% | 0.73% | - |
| HSV(B) | 78.81º | 0.53% | 0.99% | - |
| XYZ | 64.66 | 84.63 | 30.07 | - |
| YUV | 224.17 | 68.09 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 118 | 0.17 | 0 | 0.53 | 0.01 | 78.81 | 0.96 | 0.73 |
| Hex | D2 | FC | 76 | 11 | 0 | 35 | 1 | 4F | 60 | 49 |
| Octal | 322 | 374 | 166 | 21 | 0 | 65 | 1 | 117 | 140 | 111 |
| Binary | 11010010 | 11111100 | 1110110 | 10001 | 0 | 110101 | 1 | 1001111 | 1100000 | 1001001 |
Color Harmonies of #D2FC76
Complementary color
Monochromatic Colors of #D2FC76
Black with #D2FC76
Text Example
Text Example
White with #D2FC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FC76; }
p { color: rgb(210,252,118); }
H1.HeaderClassName
{
color: #D2FC76;
}
.AnyTagClassName
{
color: #D2FC76;
}
</style>
background-color css
<style>
a { background-color: #D2FC76; }
a { background-color: rgb(210,252,118); }
div.DivClassName
{
background-color: #D2FC76;
}
.BgClassName
{
background-color: #D2FC76;
}
</style>
border-color css
<style>
span { border-color: #D2FC76; }
span { border-color: rgb(210,252,118); }
td.TdClassName
{
border-color: #D2FC76;
}
.TagClassName
{
border-color: #D2FC76;
}
</style>