Shades of Sulu #D4F184
Tints of Sulu #D4F184
RGB
CMYK
RGB Variations
Color information
#D4F184 (or 0xD4F184) is known color: Sulu. HEX triplet: D4, F1 and 84. RGB value is (212,241,132). Sum of RGB (Red+Green+Blue) = 212+241+132=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 132 (51.95% from 255 or 22.56% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F184 is #2B0E7B. Grayscale: #DCDCDC. Windows color (decimal): -2821756 or 8712660. OLE color: 8712660.
HSL color Cylindrical-coordinate representation of color #D4F184: hue angle of 75.96º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4F184 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 132 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.05 |
| HSL | 75.96º | 0.8% | 0.73% | - |
| HSV(B) | 75.96º | 0.45% | 0.95% | - |
| XYZ | 62.77 | 78.57 | 33.69 | - |
| YUV | 219.9 | 78.39 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 132 | 0.12 | 0 | 0.45 | 0.05 | 75.96 | 0.8 | 0.73 |
| Hex | D4 | F1 | 84 | C | 0 | 2D | 5 | 4C | 50 | 49 |
| Octal | 324 | 361 | 204 | 14 | 0 | 55 | 5 | 114 | 120 | 111 |
| Binary | 11010100 | 11110001 | 10000100 | 1100 | 0 | 101101 | 101 | 1001100 | 1010000 | 1001001 |
Color Harmonies of #D4F184
Complementary color
Monochromatic Colors of #D4F184
Black with #D4F184
Text Example
Text Example
White with #D4F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F184; }
p { color: rgb(212,241,132); }
H1.HeaderClassName
{
color: #D4F184;
}
.AnyTagClassName
{
color: #D4F184;
}
</style>
background-color css
<style>
a { background-color: #D4F184; }
a { background-color: rgb(212,241,132); }
div.DivClassName
{
background-color: #D4F184;
}
.BgClassName
{
background-color: #D4F184;
}
</style>
border-color css
<style>
span { border-color: #D4F184; }
span { border-color: rgb(212,241,132); }
td.TdClassName
{
border-color: #D4F184;
}
.TagClassName
{
border-color: #D4F184;
}
</style>