Shades of Sulu #D4FB78
Tints of Sulu #D4FB78
RGB
CMYK
RGB Variations
Color information
#D4FB78 (or 0xD4FB78) is known color: Sulu. HEX triplet: D4, FB and 78. RGB value is (212,251,120). Sum of RGB (Red+Green+Blue) = 212+251+120=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 120 (47.27% from 255 or 20.58% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB78 is #2B0487. Grayscale: #E0E0E0. Windows color (decimal): -2819208 or 7928788. OLE color: 7928788.
HSL color Cylindrical-coordinate representation of color #D4FB78: hue angle of 77.86º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4FB78 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 120 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.02 |
| HSL | 77.86º | 0.94% | 0.73% | - |
| HSV(B) | 77.86º | 0.52% | 0.98% | - |
| XYZ | 65.04 | 84.35 | 30.62 | - |
| YUV | 224.41 | 69.08 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 120 | 0.16 | 0 | 0.52 | 0.02 | 77.86 | 0.94 | 0.73 |
| Hex | D4 | FB | 78 | 10 | 0 | 34 | 2 | 4E | 5E | 49 |
| Octal | 324 | 373 | 170 | 20 | 0 | 64 | 2 | 116 | 136 | 111 |
| Binary | 11010100 | 11111011 | 1111000 | 10000 | 0 | 110100 | 10 | 1001110 | 1011110 | 1001001 |
Color Harmonies of #D4FB78
Complementary color
Monochromatic Colors of #D4FB78
Black with #D4FB78
Text Example
Text Example
White with #D4FB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FB78; }
p { color: rgb(212,251,120); }
H1.HeaderClassName
{
color: #D4FB78;
}
.AnyTagClassName
{
color: #D4FB78;
}
</style>
background-color css
<style>
a { background-color: #D4FB78; }
a { background-color: rgb(212,251,120); }
div.DivClassName
{
background-color: #D4FB78;
}
.BgClassName
{
background-color: #D4FB78;
}
</style>
border-color css
<style>
span { border-color: #D4FB78; }
span { border-color: rgb(212,251,120); }
td.TdClassName
{
border-color: #D4FB78;
}
.TagClassName
{
border-color: #D4FB78;
}
</style>