Shades of Sulu #D0FE8A
Tints of Sulu #D0FE8A
RGB
CMYK
RGB Variations
Color information
#D0FE8A (or 0xD0FE8A) is known color: Sulu. HEX triplet: D0, FE and 8A. RGB value is (208,254,138). Sum of RGB (Red+Green+Blue) = 208+254+138=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FE8A is #2F0175. Grayscale: #E3E3E3. Windows color (decimal): -3080566 or 9109200. OLE color: 9109200.
HSL color Cylindrical-coordinate representation of color #D0FE8A: hue angle of 83.79º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0FE8A is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 138 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.00 |
| HSL | 83.79º | 0.98% | 0.77% | - |
| HSV(B) | 83.79º | 0.46% | 1% | - |
| XYZ | 66.04 | 86.13 | 37.19 | - |
| YUV | 227.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 138 | 0.18 | 0 | 0.46 | 0.00 | 83.79 | 0.98 | 0.77 |
| Hex | D0 | FE | 8A | 12 | 0 | 2E | 0 | 54 | 62 | 4D |
| Octal | 320 | 376 | 212 | 22 | 0 | 56 | 0 | 124 | 142 | 115 |
| Binary | 11010000 | 11111110 | 10001010 | 10010 | 0 | 101110 | 0 | 1010100 | 1100010 | 1001101 |
Color Harmonies of #D0FE8A
Complementary color
Monochromatic Colors of #D0FE8A
Black with #D0FE8A
Text Example
Text Example
White with #D0FE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE8A; }
p { color: rgb(208,254,138); }
H1.HeaderClassName
{
color: #D0FE8A;
}
.AnyTagClassName
{
color: #D0FE8A;
}
</style>
background-color css
<style>
a { background-color: #D0FE8A; }
a { background-color: rgb(208,254,138); }
div.DivClassName
{
background-color: #D0FE8A;
}
.BgClassName
{
background-color: #D0FE8A;
}
</style>
border-color css
<style>
span { border-color: #D0FE8A; }
span { border-color: rgb(208,254,138); }
td.TdClassName
{
border-color: #D0FE8A;
}
.TagClassName
{
border-color: #D0FE8A;
}
</style>