Shades of Sulu #D4F98A
Tints of Sulu #D4F98A
RGB
CMYK
RGB Variations
Color information
#D4F98A (or 0xD4F98A) is known color: Sulu. HEX triplet: D4, F9 and 8A. RGB value is (212,249,138). Sum of RGB (Red+Green+Blue) = 212+249+138=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F98A is #2B0675. Grayscale: #E1E1E1. Windows color (decimal): -2819702 or 9107924. OLE color: 9107924.
HSL color Cylindrical-coordinate representation of color #D4F98A: hue angle of 80º degrees, saturation: 0.9, 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 #D4F98A is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 138 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.02 |
| HSL | 80º | 0.9% | 0.76% | - |
| HSV(B) | 80º | 0.45% | 0.98% | - |
| XYZ | 65.61 | 83.58 | 36.72 | - |
| YUV | 225.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 138 | 0.15 | 0 | 0.45 | 0.02 | 80 | 0.9 | 0.76 |
| Hex | D4 | F9 | 8A | F | 0 | 2D | 2 | 50 | 5A | 4C |
| Octal | 324 | 371 | 212 | 17 | 0 | 55 | 2 | 120 | 132 | 114 |
| Binary | 11010100 | 11111001 | 10001010 | 1111 | 0 | 101101 | 10 | 1010000 | 1011010 | 1001100 |
Color Harmonies of #D4F98A
Complementary color
Monochromatic Colors of #D4F98A
Black with #D4F98A
Text Example
Text Example
White with #D4F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F98A; }
p { color: rgb(212,249,138); }
H1.HeaderClassName
{
color: #D4F98A;
}
.AnyTagClassName
{
color: #D4F98A;
}
</style>
background-color css
<style>
a { background-color: #D4F98A; }
a { background-color: rgb(212,249,138); }
div.DivClassName
{
background-color: #D4F98A;
}
.BgClassName
{
background-color: #D4F98A;
}
</style>
border-color css
<style>
span { border-color: #D4F98A; }
span { border-color: rgb(212,249,138); }
td.TdClassName
{
border-color: #D4F98A;
}
.TagClassName
{
border-color: #D4F98A;
}
</style>