Shades of Sulu #D3F27C
Tints of Sulu #D3F27C
RGB
CMYK
RGB Variations
Color information
#D3F27C (or 0xD3F27C) is known color: Sulu. HEX triplet: D3, F2 and 7C. RGB value is (211,242,124). Sum of RGB (Red+Green+Blue) = 211+242+124=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 124 (48.83% from 255 or 21.49% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F27C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F27C is #2C0D83. Grayscale: #DBDBDB. Windows color (decimal): -2887044 or 8188627. OLE color: 8188627.
HSL color Cylindrical-coordinate representation of color #D3F27C: hue angle of 75.76º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3F27C is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 124 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.05 |
| HSL | 75.76º | 0.82% | 0.72% | - |
| HSV(B) | 75.76º | 0.49% | 0.95% | - |
| XYZ | 62.25 | 78.81 | 31 | - |
| YUV | 219.28 | 74.23 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 124 | 0.13 | 0 | 0.49 | 0.05 | 75.76 | 0.82 | 0.72 |
| Hex | D3 | F2 | 7C | D | 0 | 31 | 5 | 4C | 52 | 48 |
| Octal | 323 | 362 | 174 | 15 | 0 | 61 | 5 | 114 | 122 | 110 |
| Binary | 11010011 | 11110010 | 1111100 | 1101 | 0 | 110001 | 101 | 1001100 | 1010010 | 1001000 |
Color Harmonies of #D3F27C
Complementary color
Monochromatic Colors of #D3F27C
Black with #D3F27C
Text Example
Text Example
White with #D3F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F27C; }
p { color: rgb(211,242,124); }
H1.HeaderClassName
{
color: #D3F27C;
}
.AnyTagClassName
{
color: #D3F27C;
}
</style>
background-color css
<style>
a { background-color: #D3F27C; }
a { background-color: rgb(211,242,124); }
div.DivClassName
{
background-color: #D3F27C;
}
.BgClassName
{
background-color: #D3F27C;
}
</style>
border-color css
<style>
span { border-color: #D3F27C; }
span { border-color: rgb(211,242,124); }
td.TdClassName
{
border-color: #D3F27C;
}
.TagClassName
{
border-color: #D3F27C;
}
</style>