Shades of Sulu #D5FA7D
Tints of Sulu #D5FA7D
RGB
CMYK
RGB Variations
Color information
#D5FA7D (or 0xD5FA7D) is known color: Sulu. HEX triplet: D5, FA and 7D. RGB value is (213,250,125). Sum of RGB (Red+Green+Blue) = 213+250+125=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FA7D is #2A0582. Grayscale: #E1E1E1. Windows color (decimal): -2753923 or 8256213. OLE color: 8256213.
HSL color Cylindrical-coordinate representation of color #D5FA7D: hue angle of 77.76º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5FA7D is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 125 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.02 |
| HSL | 77.76º | 0.93% | 0.74% | - |
| HSV(B) | 77.76º | 0.5% | 0.98% | - |
| XYZ | 65.33 | 84 | 32.17 | - |
| YUV | 224.69 | 71.74 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 125 | 0.15 | 0 | 0.50 | 0.02 | 77.76 | 0.93 | 0.74 |
| Hex | D5 | FA | 7D | F | 0 | 32 | 2 | 4E | 5D | 4A |
| Octal | 325 | 372 | 175 | 17 | 0 | 62 | 2 | 116 | 135 | 112 |
| Binary | 11010101 | 11111010 | 1111101 | 1111 | 0 | 110010 | 10 | 1001110 | 1011101 | 1001010 |
Color Harmonies of #D5FA7D
Complementary color
Monochromatic Colors of #D5FA7D
Black with #D5FA7D
Text Example
Text Example
White with #D5FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA7D; }
p { color: rgb(213,250,125); }
H1.HeaderClassName
{
color: #D5FA7D;
}
.AnyTagClassName
{
color: #D5FA7D;
}
</style>
background-color css
<style>
a { background-color: #D5FA7D; }
a { background-color: rgb(213,250,125); }
div.DivClassName
{
background-color: #D5FA7D;
}
.BgClassName
{
background-color: #D5FA7D;
}
</style>
border-color css
<style>
span { border-color: #D5FA7D; }
span { border-color: rgb(213,250,125); }
td.TdClassName
{
border-color: #D5FA7D;
}
.TagClassName
{
border-color: #D5FA7D;
}
</style>