Shades of Sulu #D4FA7A
Tints of Sulu #D4FA7A
RGB
CMYK
RGB Variations
Color information
#D4FA7A (or 0xD4FA7A) is known color: Sulu. HEX triplet: D4, FA and 7A. RGB value is (212,250,122). Sum of RGB (Red+Green+Blue) = 212+250+122=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 122 (48.05% from 255 or 20.89% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA7A is #2B0585. Grayscale: #E0E0E0. Windows color (decimal): -2819462 or 8059604. OLE color: 8059604.
HSL color Cylindrical-coordinate representation of color #D4FA7A: hue angle of 77.81º 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 #D4FA7A is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 122 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.02 |
| HSL | 77.81º | 0.93% | 0.73% | - |
| HSV(B) | 77.81º | 0.51% | 0.98% | - |
| XYZ | 64.85 | 83.77 | 31.16 | - |
| YUV | 224.05 | 70.41 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 122 | 0.15 | 0 | 0.51 | 0.02 | 77.81 | 0.93 | 0.73 |
| Hex | D4 | FA | 7A | F | 0 | 33 | 2 | 4E | 5D | 49 |
| Octal | 324 | 372 | 172 | 17 | 0 | 63 | 2 | 116 | 135 | 111 |
| Binary | 11010100 | 11111010 | 1111010 | 1111 | 0 | 110011 | 10 | 1001110 | 1011101 | 1001001 |
Color Harmonies of #D4FA7A
Complementary color
Monochromatic Colors of #D4FA7A
Black with #D4FA7A
Text Example
Text Example
White with #D4FA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA7A; }
p { color: rgb(212,250,122); }
H1.HeaderClassName
{
color: #D4FA7A;
}
.AnyTagClassName
{
color: #D4FA7A;
}
</style>
background-color css
<style>
a { background-color: #D4FA7A; }
a { background-color: rgb(212,250,122); }
div.DivClassName
{
background-color: #D4FA7A;
}
.BgClassName
{
background-color: #D4FA7A;
}
</style>
border-color css
<style>
span { border-color: #D4FA7A; }
span { border-color: rgb(212,250,122); }
td.TdClassName
{
border-color: #D4FA7A;
}
.TagClassName
{
border-color: #D4FA7A;
}
</style>