Shades of Sulu #D0FD8A
Tints of Sulu #D0FD8A
RGB
CMYK
RGB Variations
Color information
#D0FD8A (or 0xD0FD8A) is known color: Sulu. HEX triplet: D0, FD and 8A. RGB value is (208,253,138). Sum of RGB (Red+Green+Blue) = 208+253+138=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FD8A is #2F0275. Grayscale: #E2E2E2. Windows color (decimal): -3080822 or 9108944. OLE color: 9108944.
HSL color Cylindrical-coordinate representation of color #D0FD8A: hue angle of 83.48º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0FD8A is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 138 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.01 |
| HSL | 83.48º | 0.97% | 0.77% | - |
| HSV(B) | 83.48º | 0.45% | 0.99% | - |
| XYZ | 65.73 | 85.5 | 37.08 | - |
| YUV | 226.44 | 78.09 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 138 | 0.18 | 0 | 0.45 | 0.01 | 83.48 | 0.97 | 0.77 |
| Hex | D0 | FD | 8A | 12 | 0 | 2D | 1 | 53 | 61 | 4D |
| Octal | 320 | 375 | 212 | 22 | 0 | 55 | 1 | 123 | 141 | 115 |
| Binary | 11010000 | 11111101 | 10001010 | 10010 | 0 | 101101 | 1 | 1010011 | 1100001 | 1001101 |
Color Harmonies of #D0FD8A
Complementary color
Monochromatic Colors of #D0FD8A
Black with #D0FD8A
Text Example
Text Example
White with #D0FD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FD8A; }
p { color: rgb(208,253,138); }
H1.HeaderClassName
{
color: #D0FD8A;
}
.AnyTagClassName
{
color: #D0FD8A;
}
</style>
background-color css
<style>
a { background-color: #D0FD8A; }
a { background-color: rgb(208,253,138); }
div.DivClassName
{
background-color: #D0FD8A;
}
.BgClassName
{
background-color: #D0FD8A;
}
</style>
border-color css
<style>
span { border-color: #D0FD8A; }
span { border-color: rgb(208,253,138); }
td.TdClassName
{
border-color: #D0FD8A;
}
.TagClassName
{
border-color: #D0FD8A;
}
</style>