Shades of Sulu #D0FE7A
Tints of Sulu #D0FE7A
RGB
CMYK
RGB Variations
Color information
#D0FE7A (or 0xD0FE7A) is known color: Sulu. HEX triplet: D0, FE and 7A. RGB value is (208,254,122). Sum of RGB (Red+Green+Blue) = 208+254+122=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 122 (48.05% from 255 or 20.89% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE7A is #2F0185. Grayscale: #E1E1E1. Windows color (decimal): -3080582 or 8060624. OLE color: 8060624.
HSL color Cylindrical-coordinate representation of color #D0FE7A: hue angle of 80.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0FE7A is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 122 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.00 |
| HSL | 80.91º | 0.99% | 0.74% | - |
| HSV(B) | 80.91º | 0.52% | 1% | - |
| XYZ | 64.97 | 85.7 | 31.53 | - |
| YUV | 225.2 | 69.76 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 122 | 0.18 | 0 | 0.52 | 0.00 | 80.91 | 0.99 | 0.74 |
| Hex | D0 | FE | 7A | 12 | 0 | 34 | 0 | 51 | 63 | 4A |
| Octal | 320 | 376 | 172 | 22 | 0 | 64 | 0 | 121 | 143 | 112 |
| Binary | 11010000 | 11111110 | 1111010 | 10010 | 0 | 110100 | 0 | 1010001 | 1100011 | 1001010 |
Color Harmonies of #D0FE7A
Complementary color
Monochromatic Colors of #D0FE7A
Black with #D0FE7A
Text Example
Text Example
White with #D0FE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE7A; }
p { color: rgb(208,254,122); }
H1.HeaderClassName
{
color: #D0FE7A;
}
.AnyTagClassName
{
color: #D0FE7A;
}
</style>
background-color css
<style>
a { background-color: #D0FE7A; }
a { background-color: rgb(208,254,122); }
div.DivClassName
{
background-color: #D0FE7A;
}
.BgClassName
{
background-color: #D0FE7A;
}
</style>
border-color css
<style>
span { border-color: #D0FE7A; }
span { border-color: rgb(208,254,122); }
td.TdClassName
{
border-color: #D0FE7A;
}
.TagClassName
{
border-color: #D0FE7A;
}
</style>