Shades of Sulu #D3F27B
Tints of Sulu #D3F27B
RGB
CMYK
RGB Variations
Color information
#D3F27B (or 0xD3F27B) is known color: Sulu. HEX triplet: D3, F2 and 7B. RGB value is (211,242,123). Sum of RGB (Red+Green+Blue) = 211+242+123=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F27B is #2C0D84. Grayscale: #DBDBDB. Windows color (decimal): -2887045 or 8123091. OLE color: 8123091.
HSL color Cylindrical-coordinate representation of color #D3F27B: hue angle of 75.63º 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 #D3F27B is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 123 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.05 |
| HSL | 75.63º | 0.82% | 0.72% | - |
| HSV(B) | 75.63º | 0.49% | 0.95% | - |
| XYZ | 62.19 | 78.78 | 30.67 | - |
| YUV | 219.17 | 73.73 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 123 | 0.13 | 0 | 0.49 | 0.05 | 75.63 | 0.82 | 0.72 |
| Hex | D3 | F2 | 7B | D | 0 | 31 | 5 | 4C | 52 | 48 |
| Octal | 323 | 362 | 173 | 15 | 0 | 61 | 5 | 114 | 122 | 110 |
| Binary | 11010011 | 11110010 | 1111011 | 1101 | 0 | 110001 | 101 | 1001100 | 1010010 | 1001000 |
Color Harmonies of #D3F27B
Complementary color
Monochromatic Colors of #D3F27B
Black with #D3F27B
Text Example
Text Example
White with #D3F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F27B; }
p { color: rgb(211,242,123); }
H1.HeaderClassName
{
color: #D3F27B;
}
.AnyTagClassName
{
color: #D3F27B;
}
</style>
background-color css
<style>
a { background-color: #D3F27B; }
a { background-color: rgb(211,242,123); }
div.DivClassName
{
background-color: #D3F27B;
}
.BgClassName
{
background-color: #D3F27B;
}
</style>
border-color css
<style>
span { border-color: #D3F27B; }
span { border-color: rgb(211,242,123); }
td.TdClassName
{
border-color: #D3F27B;
}
.TagClassName
{
border-color: #D3F27B;
}
</style>