Shades of Sulu #D5FA8A
Tints of Sulu #D5FA8A
RGB
CMYK
RGB Variations
Color information
#D5FA8A (or 0xD5FA8A) is known color: Sulu. HEX triplet: D5, FA and 8A. RGB value is (213,250,138). Sum of RGB (Red+Green+Blue) = 213+250+138=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FA8A is #2A0575. Grayscale: #E2E2E2. Windows color (decimal): -2753910 or 9108181. OLE color: 9108181.
HSL color Cylindrical-coordinate representation of color #D5FA8A: hue angle of 79.82º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5FA8A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 138 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.02 |
| HSL | 79.82º | 0.92% | 0.76% | - |
| HSV(B) | 79.82º | 0.45% | 0.98% | - |
| XYZ | 66.21 | 84.35 | 36.84 | - |
| YUV | 226.17 | 78.24 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 138 | 0.15 | 0 | 0.45 | 0.02 | 79.82 | 0.92 | 0.76 |
| Hex | D5 | FA | 8A | F | 0 | 2D | 2 | 50 | 5C | 4C |
| Octal | 325 | 372 | 212 | 17 | 0 | 55 | 2 | 120 | 134 | 114 |
| Binary | 11010101 | 11111010 | 10001010 | 1111 | 0 | 101101 | 10 | 1010000 | 1011100 | 1001100 |
Color Harmonies of #D5FA8A
Complementary color
Monochromatic Colors of #D5FA8A
Black with #D5FA8A
Text Example
Text Example
White with #D5FA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA8A; }
p { color: rgb(213,250,138); }
H1.HeaderClassName
{
color: #D5FA8A;
}
.AnyTagClassName
{
color: #D5FA8A;
}
</style>
background-color css
<style>
a { background-color: #D5FA8A; }
a { background-color: rgb(213,250,138); }
div.DivClassName
{
background-color: #D5FA8A;
}
.BgClassName
{
background-color: #D5FA8A;
}
</style>
border-color css
<style>
span { border-color: #D5FA8A; }
span { border-color: rgb(213,250,138); }
td.TdClassName
{
border-color: #D5FA8A;
}
.TagClassName
{
border-color: #D5FA8A;
}
</style>