Shades of Sulu #D1F378
Tints of Sulu #D1F378
RGB
CMYK
RGB Variations
Color information
#D1F378 (or 0xD1F378) is known color: Sulu. HEX triplet: D1, F3 and 78. RGB value is (209,243,120). Sum of RGB (Red+Green+Blue) = 209+243+120=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F378 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F378 is #2E0C87. Grayscale: #DBDBDB. Windows color (decimal): -3017864 or 7926737. OLE color: 7926737.
HSL color Cylindrical-coordinate representation of color #D1F378: hue angle of 76.59º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D1F378 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 243 | 120 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.05 |
| HSL | 76.59º | 0.84% | 0.71% | - |
| HSV(B) | 76.59º | 0.51% | 0.95% | - |
| XYZ | 61.74 | 79.01 | 29.77 | - |
| YUV | 218.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 243 | 120 | 0.14 | 0 | 0.51 | 0.05 | 76.59 | 0.84 | 0.71 |
| Hex | D1 | F3 | 78 | E | 0 | 33 | 5 | 4D | 54 | 47 |
| Octal | 321 | 363 | 170 | 16 | 0 | 63 | 5 | 115 | 124 | 107 |
| Binary | 11010001 | 11110011 | 1111000 | 1110 | 0 | 110011 | 101 | 1001101 | 1010100 | 1000111 |
Color Harmonies of #D1F378
Complementary color
Monochromatic Colors of #D1F378
Black with #D1F378
Text Example
Text Example
White with #D1F378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F378; }
p { color: rgb(209,243,120); }
H1.HeaderClassName
{
color: #D1F378;
}
.AnyTagClassName
{
color: #D1F378;
}
</style>
background-color css
<style>
a { background-color: #D1F378; }
a { background-color: rgb(209,243,120); }
div.DivClassName
{
background-color: #D1F378;
}
.BgClassName
{
background-color: #D1F378;
}
</style>
border-color css
<style>
span { border-color: #D1F378; }
span { border-color: rgb(209,243,120); }
td.TdClassName
{
border-color: #D1F378;
}
.TagClassName
{
border-color: #D1F378;
}
</style>