Shades of Sulu #D6F18A
Tints of Sulu #D6F18A
RGB
CMYK
RGB Variations
Color information
#D6F18A (or 0xD6F18A) is known color: Sulu. HEX triplet: D6, F1 and 8A. RGB value is (214,241,138). Sum of RGB (Red+Green+Blue) = 214+241+138=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F18A is #290E75. Grayscale: #DDDDDD. Windows color (decimal): -2690678 or 9105878. OLE color: 9105878.
HSL color Cylindrical-coordinate representation of color #D6F18A: hue angle of 75.73º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6F18A is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 138 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.05 |
| HSL | 75.73º | 0.79% | 0.74% | - |
| HSV(B) | 75.73º | 0.43% | 0.95% | - |
| XYZ | 63.77 | 79.04 | 35.94 | - |
| YUV | 221.19 | 81.05 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 138 | 0.11 | 0 | 0.43 | 0.05 | 75.73 | 0.79 | 0.74 |
| Hex | D6 | F1 | 8A | B | 0 | 2B | 5 | 4C | 4F | 4A |
| Octal | 326 | 361 | 212 | 13 | 0 | 53 | 5 | 114 | 117 | 112 |
| Binary | 11010110 | 11110001 | 10001010 | 1011 | 0 | 101011 | 101 | 1001100 | 1001111 | 1001010 |
Color Harmonies of #D6F18A
Complementary color
Monochromatic Colors of #D6F18A
Black with #D6F18A
Text Example
Text Example
White with #D6F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F18A; }
p { color: rgb(214,241,138); }
H1.HeaderClassName
{
color: #D6F18A;
}
.AnyTagClassName
{
color: #D6F18A;
}
</style>
background-color css
<style>
a { background-color: #D6F18A; }
a { background-color: rgb(214,241,138); }
div.DivClassName
{
background-color: #D6F18A;
}
.BgClassName
{
background-color: #D6F18A;
}
</style>
border-color css
<style>
span { border-color: #D6F18A; }
span { border-color: rgb(214,241,138); }
td.TdClassName
{
border-color: #D6F18A;
}
.TagClassName
{
border-color: #D6F18A;
}
</style>