Shades of Sulu #D5FF7A
Tints of Sulu #D5FF7A
RGB
CMYK
RGB Variations
Color information
#D5FF7A (or 0xD5FF7A) is known color: Sulu. HEX triplet: D5, FF and 7A. RGB value is (213,255,122). Sum of RGB (Red+Green+Blue) = 213+255+122=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF7A is #2A0085. Grayscale: #E3E3E3. Windows color (decimal): -2752646 or 8060885. OLE color: 8060885.
HSL color Cylindrical-coordinate representation of color #D5FF7A: hue angle of 78.95º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5FF7A is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 122 | - |
| CMYK | 0.16 | 0 | 0.52 | 0 |
| HSL | 78.95º | 1% | 0.74% | - |
| HSV(B) | 78.95º | 0.52% | 1% | - |
| XYZ | 66.71 | 87.07 | 31.7 | - |
| YUV | 227.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 122 | 0.16 | 0 | 0.52 | 0 | 78.95 | 1 | 0.74 |
| Hex | D5 | FF | 7A | 10 | 0 | 34 | 0 | 4F | 64 | 4A |
| Octal | 325 | 377 | 172 | 20 | 0 | 64 | 0 | 117 | 144 | 112 |
| Binary | 11010101 | 11111111 | 1111010 | 10000 | 0 | 110100 | 0 | 1001111 | 1100100 | 1001010 |
Color Harmonies of #D5FF7A
Complementary color
Monochromatic Colors of #D5FF7A
Black with #D5FF7A
Text Example
Text Example
White with #D5FF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF7A; }
p { color: rgb(213,255,122); }
H1.HeaderClassName
{
color: #D5FF7A;
}
.AnyTagClassName
{
color: #D5FF7A;
}
</style>
background-color css
<style>
a { background-color: #D5FF7A; }
a { background-color: rgb(213,255,122); }
div.DivClassName
{
background-color: #D5FF7A;
}
.BgClassName
{
background-color: #D5FF7A;
}
</style>
border-color css
<style>
span { border-color: #D5FF7A; }
span { border-color: rgb(213,255,122); }
td.TdClassName
{
border-color: #D5FF7A;
}
.TagClassName
{
border-color: #D5FF7A;
}
</style>