Shades of Sulu #D2F18B
Tints of Sulu #D2F18B
RGB
CMYK
RGB Variations
Color information
#D2F18B (or 0xD2F18B) is known color: Sulu. HEX triplet: D2, F1 and 8B. RGB value is (210,241,139). Sum of RGB (Red+Green+Blue) = 210+241+139=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F18B is #2D0E74. Grayscale: #DCDCDC. Windows color (decimal): -2952821 or 9171410. OLE color: 9171410.
HSL color Cylindrical-coordinate representation of color #D2F18B: hue angle of 78.24º 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 #D2F18B is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 139 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.05 |
| HSL | 78.24º | 0.78% | 0.75% | - |
| HSV(B) | 78.24º | 0.42% | 0.95% | - |
| XYZ | 62.69 | 78.48 | 36.27 | - |
| YUV | 220.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 139 | 0.13 | 0 | 0.42 | 0.05 | 78.24 | 0.78 | 0.75 |
| Hex | D2 | F1 | 8B | D | 0 | 2A | 5 | 4E | 4E | 4B |
| Octal | 322 | 361 | 213 | 15 | 0 | 52 | 5 | 116 | 116 | 113 |
| Binary | 11010010 | 11110001 | 10001011 | 1101 | 0 | 101010 | 101 | 1001110 | 1001110 | 1001011 |
Color Harmonies of #D2F18B
Complementary color
Monochromatic Colors of #D2F18B
Black with #D2F18B
Text Example
Text Example
White with #D2F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F18B; }
p { color: rgb(210,241,139); }
H1.HeaderClassName
{
color: #D2F18B;
}
.AnyTagClassName
{
color: #D2F18B;
}
</style>
background-color css
<style>
a { background-color: #D2F18B; }
a { background-color: rgb(210,241,139); }
div.DivClassName
{
background-color: #D2F18B;
}
.BgClassName
{
background-color: #D2F18B;
}
</style>
border-color css
<style>
span { border-color: #D2F18B; }
span { border-color: rgb(210,241,139); }
td.TdClassName
{
border-color: #D2F18B;
}
.TagClassName
{
border-color: #D2F18B;
}
</style>