Shades of Sulu #D2FA7B
Tints of Sulu #D2FA7B
RGB
CMYK
RGB Variations
Color information
#D2FA7B (or 0xD2FA7B) is known color: Sulu. HEX triplet: D2, FA and 7B. RGB value is (210,250,123). Sum of RGB (Red+Green+Blue) = 210+250+123=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FA7B is #2D0584. Grayscale: #E0E0E0. Windows color (decimal): -2950533 or 8125138. OLE color: 8125138.
HSL color Cylindrical-coordinate representation of color #D2FA7B: hue angle of 78.9º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2FA7B is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 123 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.02 |
| HSL | 78.9º | 0.93% | 0.73% | - |
| HSV(B) | 78.9º | 0.51% | 0.98% | - |
| XYZ | 64.34 | 83.5 | 31.47 | - |
| YUV | 223.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 123 | 0.16 | 0 | 0.51 | 0.02 | 78.9 | 0.93 | 0.73 |
| Hex | D2 | FA | 7B | 10 | 0 | 33 | 2 | 4F | 5D | 49 |
| Octal | 322 | 372 | 173 | 20 | 0 | 63 | 2 | 117 | 135 | 111 |
| Binary | 11010010 | 11111010 | 1111011 | 10000 | 0 | 110011 | 10 | 1001111 | 1011101 | 1001001 |
Color Harmonies of #D2FA7B
Complementary color
Monochromatic Colors of #D2FA7B
Black with #D2FA7B
Text Example
Text Example
White with #D2FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FA7B; }
p { color: rgb(210,250,123); }
H1.HeaderClassName
{
color: #D2FA7B;
}
.AnyTagClassName
{
color: #D2FA7B;
}
</style>
background-color css
<style>
a { background-color: #D2FA7B; }
a { background-color: rgb(210,250,123); }
div.DivClassName
{
background-color: #D2FA7B;
}
.BgClassName
{
background-color: #D2FA7B;
}
</style>
border-color css
<style>
span { border-color: #D2FA7B; }
span { border-color: rgb(210,250,123); }
td.TdClassName
{
border-color: #D2FA7B;
}
.TagClassName
{
border-color: #D2FA7B;
}
</style>