Shades of Sulu #D2F27B
Tints of Sulu #D2F27B
RGB
CMYK
RGB Variations
Color information
#D2F27B (or 0xD2F27B) is known color: Sulu. HEX triplet: D2, F2 and 7B. RGB value is (210,242,123). Sum of RGB (Red+Green+Blue) = 210+242+123=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 123 (48.44% from 255 or 21.39% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F27B is #2D0D84. Grayscale: #DBDBDB. Windows color (decimal): -2952581 or 8123090. OLE color: 8123090.
HSL color Cylindrical-coordinate representation of color #D2F27B: hue angle of 76.13º 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 #D2F27B is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 123 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.05 |
| HSL | 76.13º | 0.82% | 0.72% | - |
| HSV(B) | 76.13º | 0.49% | 0.95% | - |
| XYZ | 61.91 | 78.64 | 30.65 | - |
| YUV | 218.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 123 | 0.13 | 0 | 0.49 | 0.05 | 76.13 | 0.82 | 0.72 |
| Hex | D2 | F2 | 7B | D | 0 | 31 | 5 | 4C | 52 | 48 |
| Octal | 322 | 362 | 173 | 15 | 0 | 61 | 5 | 114 | 122 | 110 |
| Binary | 11010010 | 11110010 | 1111011 | 1101 | 0 | 110001 | 101 | 1001100 | 1010010 | 1001000 |
Color Harmonies of #D2F27B
Complementary color
Monochromatic Colors of #D2F27B
Black with #D2F27B
Text Example
Text Example
White with #D2F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F27B; }
p { color: rgb(210,242,123); }
H1.HeaderClassName
{
color: #D2F27B;
}
.AnyTagClassName
{
color: #D2F27B;
}
</style>
background-color css
<style>
a { background-color: #D2F27B; }
a { background-color: rgb(210,242,123); }
div.DivClassName
{
background-color: #D2F27B;
}
.BgClassName
{
background-color: #D2F27B;
}
</style>
border-color css
<style>
span { border-color: #D2F27B; }
span { border-color: rgb(210,242,123); }
td.TdClassName
{
border-color: #D2F27B;
}
.TagClassName
{
border-color: #D2F27B;
}
</style>