Shades of Sulu #D4F18B
Tints of Sulu #D4F18B
RGB
CMYK
RGB Variations
Color information
#D4F18B (or 0xD4F18B) is known color: Sulu. HEX triplet: D4, F1 and 8B. RGB value is (212,241,139). Sum of RGB (Red+Green+Blue) = 212+241+139=592 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.81% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F18B is #2B0E74. Grayscale: #DDDDDD. Windows color (decimal): -2821749 or 9171412. OLE color: 9171412.
HSL color Cylindrical-coordinate representation of color #D4F18B: hue angle of 77.06º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4F18B is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 139 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.05 |
| HSL | 77.06º | 0.78% | 0.75% | - |
| HSV(B) | 77.06º | 0.42% | 0.95% | - |
| XYZ | 63.27 | 78.77 | 36.3 | - |
| YUV | 220.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 139 | 0.12 | 0 | 0.42 | 0.05 | 77.06 | 0.78 | 0.75 |
| Hex | D4 | F1 | 8B | C | 0 | 2A | 5 | 4D | 4E | 4B |
| Octal | 324 | 361 | 213 | 14 | 0 | 52 | 5 | 115 | 116 | 113 |
| Binary | 11010100 | 11110001 | 10001011 | 1100 | 0 | 101010 | 101 | 1001101 | 1001110 | 1001011 |
Color Harmonies of #D4F18B
Complementary color
Monochromatic Colors of #D4F18B
Black with #D4F18B
Text Example
Text Example
White with #D4F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F18B; }
p { color: rgb(212,241,139); }
H1.HeaderClassName
{
color: #D4F18B;
}
.AnyTagClassName
{
color: #D4F18B;
}
</style>
background-color css
<style>
a { background-color: #D4F18B; }
a { background-color: rgb(212,241,139); }
div.DivClassName
{
background-color: #D4F18B;
}
.BgClassName
{
background-color: #D4F18B;
}
</style>
border-color css
<style>
span { border-color: #D4F18B; }
span { border-color: rgb(212,241,139); }
td.TdClassName
{
border-color: #D4F18B;
}
.TagClassName
{
border-color: #D4F18B;
}
</style>