Shades of Sulu #D5FE7E
Tints of Sulu #D5FE7E
RGB
CMYK
RGB Variations
Color information
#D5FE7E (or 0xD5FE7E) is known color: Sulu. HEX triplet: D5, FE and 7E. RGB value is (213,254,126). Sum of RGB (Red+Green+Blue) = 213+254+126=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 126 (49.61% from 255 or 21.25% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FE7E is #2A0181. Grayscale: #E3E3E3. Windows color (decimal): -2752898 or 8322773. OLE color: 8322773.
HSL color Cylindrical-coordinate representation of color #D5FE7E: hue angle of 79.22º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5FE7E is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 126 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.00 |
| HSL | 79.22º | 0.98% | 0.75% | - |
| HSV(B) | 79.22º | 0.5% | 1% | - |
| XYZ | 66.65 | 86.54 | 32.93 | - |
| YUV | 227.15 | 70.92 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 126 | 0.16 | 0 | 0.50 | 0.00 | 79.22 | 0.98 | 0.75 |
| Hex | D5 | FE | 7E | 10 | 0 | 32 | 0 | 4F | 62 | 4B |
| Octal | 325 | 376 | 176 | 20 | 0 | 62 | 0 | 117 | 142 | 113 |
| Binary | 11010101 | 11111110 | 1111110 | 10000 | 0 | 110010 | 0 | 1001111 | 1100010 | 1001011 |
Color Harmonies of #D5FE7E
Complementary color
Monochromatic Colors of #D5FE7E
Black with #D5FE7E
Text Example
Text Example
White with #D5FE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE7E; }
p { color: rgb(213,254,126); }
H1.HeaderClassName
{
color: #D5FE7E;
}
.AnyTagClassName
{
color: #D5FE7E;
}
</style>
background-color css
<style>
a { background-color: #D5FE7E; }
a { background-color: rgb(213,254,126); }
div.DivClassName
{
background-color: #D5FE7E;
}
.BgClassName
{
background-color: #D5FE7E;
}
</style>
border-color css
<style>
span { border-color: #D5FE7E; }
span { border-color: rgb(213,254,126); }
td.TdClassName
{
border-color: #D5FE7E;
}
.TagClassName
{
border-color: #D5FE7E;
}
</style>