Shades of Sulu #D2FB77
Tints of Sulu #D2FB77
RGB
CMYK
RGB Variations
Color information
#D2FB77 (or 0xD2FB77) is known color: Sulu. HEX triplet: D2, FB and 77. RGB value is (210,251,119). Sum of RGB (Red+Green+Blue) = 210+251+119=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 119 (46.88% from 255 or 20.52% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FB77 is #2D0488. Grayscale: #E0E0E0. Windows color (decimal): -2950281 or 7863250. OLE color: 7863250.
HSL color Cylindrical-coordinate representation of color #D2FB77: hue angle of 78.64º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2FB77 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 119 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.02 |
| HSL | 78.64º | 0.94% | 0.73% | - |
| HSV(B) | 78.64º | 0.53% | 0.98% | - |
| XYZ | 64.41 | 84.03 | 30.28 | - |
| YUV | 223.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 119 | 0.16 | 0 | 0.53 | 0.02 | 78.64 | 0.94 | 0.73 |
| Hex | D2 | FB | 77 | 10 | 0 | 35 | 2 | 4F | 5E | 49 |
| Octal | 322 | 373 | 167 | 20 | 0 | 65 | 2 | 117 | 136 | 111 |
| Binary | 11010010 | 11111011 | 1110111 | 10000 | 0 | 110101 | 10 | 1001111 | 1011110 | 1001001 |
Color Harmonies of #D2FB77
Complementary color
Monochromatic Colors of #D2FB77
Black with #D2FB77
Text Example
Text Example
White with #D2FB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FB77; }
p { color: rgb(210,251,119); }
H1.HeaderClassName
{
color: #D2FB77;
}
.AnyTagClassName
{
color: #D2FB77;
}
</style>
background-color css
<style>
a { background-color: #D2FB77; }
a { background-color: rgb(210,251,119); }
div.DivClassName
{
background-color: #D2FB77;
}
.BgClassName
{
background-color: #D2FB77;
}
</style>
border-color css
<style>
span { border-color: #D2FB77; }
span { border-color: rgb(210,251,119); }
td.TdClassName
{
border-color: #D2FB77;
}
.TagClassName
{
border-color: #D2FB77;
}
</style>