Shades of Sulu #D2F18A
Tints of Sulu #D2F18A
RGB
CMYK
RGB Variations
Color information
#D2F18A (or 0xD2F18A) is known color: Sulu. HEX triplet: D2, F1 and 8A. RGB value is (210,241,138). Sum of RGB (Red+Green+Blue) = 210+241+138=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F18A is #2D0E75. Grayscale: #DCDCDC. Windows color (decimal): -2952822 or 9105874. OLE color: 9105874.
HSL color Cylindrical-coordinate representation of color #D2F18A: hue angle of 78.06º 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 #D2F18A is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 138 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.05 |
| HSL | 78.06º | 0.79% | 0.74% | - |
| HSV(B) | 78.06º | 0.43% | 0.95% | - |
| XYZ | 62.62 | 78.45 | 35.89 | - |
| YUV | 219.99 | 81.73 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 138 | 0.13 | 0 | 0.43 | 0.05 | 78.06 | 0.79 | 0.74 |
| Hex | D2 | F1 | 8A | D | 0 | 2B | 5 | 4E | 4F | 4A |
| Octal | 322 | 361 | 212 | 15 | 0 | 53 | 5 | 116 | 117 | 112 |
| Binary | 11010010 | 11110001 | 10001010 | 1101 | 0 | 101011 | 101 | 1001110 | 1001111 | 1001010 |
Color Harmonies of #D2F18A
Complementary color
Monochromatic Colors of #D2F18A
Black with #D2F18A
Text Example
Text Example
White with #D2F18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F18A; }
p { color: rgb(210,241,138); }
H1.HeaderClassName
{
color: #D2F18A;
}
.AnyTagClassName
{
color: #D2F18A;
}
</style>
background-color css
<style>
a { background-color: #D2F18A; }
a { background-color: rgb(210,241,138); }
div.DivClassName
{
background-color: #D2F18A;
}
.BgClassName
{
background-color: #D2F18A;
}
</style>
border-color css
<style>
span { border-color: #D2F18A; }
span { border-color: rgb(210,241,138); }
td.TdClassName
{
border-color: #D2F18A;
}
.TagClassName
{
border-color: #D2F18A;
}
</style>