Shades of Sulu #D4F77A
Tints of Sulu #D4F77A
RGB
CMYK
RGB Variations
Color information
#D4F77A (or 0xD4F77A) is known color: Sulu. HEX triplet: D4, F7 and 7A. RGB value is (212,247,122). Sum of RGB (Red+Green+Blue) = 212+247+122=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 247 (96.88% from 255 or 42.51% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F77A is #2B0885. Grayscale: #DEDEDE. Windows color (decimal): -2820230 or 8058836. OLE color: 8058836.
HSL color Cylindrical-coordinate representation of color #D4F77A: hue angle of 76.8º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4F77A is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 122 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.03 |
| HSL | 76.8º | 0.89% | 0.72% | - |
| HSV(B) | 76.8º | 0.51% | 0.97% | - |
| XYZ | 63.93 | 81.92 | 30.86 | - |
| YUV | 222.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 122 | 0.14 | 0 | 0.51 | 0.03 | 76.8 | 0.89 | 0.72 |
| Hex | D4 | F7 | 7A | E | 0 | 33 | 3 | 4D | 59 | 48 |
| Octal | 324 | 367 | 172 | 16 | 0 | 63 | 3 | 115 | 131 | 110 |
| Binary | 11010100 | 11110111 | 1111010 | 1110 | 0 | 110011 | 11 | 1001101 | 1011001 | 1001000 |
Color Harmonies of #D4F77A
Complementary color
Monochromatic Colors of #D4F77A
Black with #D4F77A
Text Example
Text Example
White with #D4F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F77A; }
p { color: rgb(212,247,122); }
H1.HeaderClassName
{
color: #D4F77A;
}
.AnyTagClassName
{
color: #D4F77A;
}
</style>
background-color css
<style>
a { background-color: #D4F77A; }
a { background-color: rgb(212,247,122); }
div.DivClassName
{
background-color: #D4F77A;
}
.BgClassName
{
background-color: #D4F77A;
}
</style>
border-color css
<style>
span { border-color: #D4F77A; }
span { border-color: rgb(212,247,122); }
td.TdClassName
{
border-color: #D4F77A;
}
.TagClassName
{
border-color: #D4F77A;
}
</style>