Shades of Sulu #D1FA7D
Tints of Sulu #D1FA7D
RGB
CMYK
RGB Variations
Color information
#D1FA7D (or 0xD1FA7D) is known color: Sulu. HEX triplet: D1, FA and 7D. RGB value is (209,250,125). Sum of RGB (Red+Green+Blue) = 209+250+125=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FA7D is #2E0582. Grayscale: #DFDFDF. Windows color (decimal): -3016067 or 8256209. OLE color: 8256209.
HSL color Cylindrical-coordinate representation of color #D1FA7D: hue angle of 79.68º 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 #D1FA7D is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 125 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.02 |
| HSL | 79.68º | 0.93% | 0.74% | - |
| HSV(B) | 79.68º | 0.5% | 0.98% | - |
| XYZ | 64.18 | 83.41 | 32.12 | - |
| YUV | 223.49 | 72.42 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 125 | 0.16 | 0 | 0.50 | 0.02 | 79.68 | 0.93 | 0.74 |
| Hex | D1 | FA | 7D | 10 | 0 | 32 | 2 | 50 | 5D | 4A |
| Octal | 321 | 372 | 175 | 20 | 0 | 62 | 2 | 120 | 135 | 112 |
| Binary | 11010001 | 11111010 | 1111101 | 10000 | 0 | 110010 | 10 | 1010000 | 1011101 | 1001010 |
Color Harmonies of #D1FA7D
Complementary color
Monochromatic Colors of #D1FA7D
Black with #D1FA7D
Text Example
Text Example
White with #D1FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA7D; }
p { color: rgb(209,250,125); }
H1.HeaderClassName
{
color: #D1FA7D;
}
.AnyTagClassName
{
color: #D1FA7D;
}
</style>
background-color css
<style>
a { background-color: #D1FA7D; }
a { background-color: rgb(209,250,125); }
div.DivClassName
{
background-color: #D1FA7D;
}
.BgClassName
{
background-color: #D1FA7D;
}
</style>
border-color css
<style>
span { border-color: #D1FA7D; }
span { border-color: rgb(209,250,125); }
td.TdClassName
{
border-color: #D1FA7D;
}
.TagClassName
{
border-color: #D1FA7D;
}
</style>