Shades of Pear #D2FF2C
Tints of Pear #D2FF2C
RGB
CMYK
RGB Variations
Color information
#D2FF2C (or 0xD2FF2C) is known color: Pear. HEX triplet: D2, FF and 2C. RGB value is (210,255,44). Sum of RGB (Red+Green+Blue) = 210+255+44=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FF2C is #2D00D3. Grayscale: #DADADA. Windows color (decimal): -2949332 or 2949074. OLE color: 2949074.
HSL color Cylindrical-coordinate representation of color #D2FF2C: hue angle of 72.8º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2FF2C is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 44 | - |
| CMYK | 0.18 | 0 | 0.83 | 0 |
| HSL | 72.8º | 1% | 0.59% | - |
| HSV(B) | 72.8º | 0.83% | 1% | - |
| XYZ | 62.79 | 85.4 | 15.56 | - |
| YUV | 217.49 | 30.09 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 44 | 0.18 | 0 | 0.83 | 0 | 72.8 | 1 | 0.59 |
| Hex | D2 | FF | 2C | 12 | 0 | 53 | 0 | 49 | 64 | 3B |
| Octal | 322 | 377 | 54 | 22 | 0 | 123 | 0 | 111 | 144 | 73 |
| Binary | 11010010 | 11111111 | 101100 | 10010 | 0 | 1010011 | 0 | 1001001 | 1100100 | 111011 |
Color Harmonies of #D2FF2C
Complementary color
Monochromatic Colors of #D2FF2C
Black with #D2FF2C
Text Example
Text Example
White with #D2FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF2C; }
p { color: rgb(210,255,44); }
H1.HeaderClassName
{
color: #D2FF2C;
}
.AnyTagClassName
{
color: #D2FF2C;
}
</style>
background-color css
<style>
a { background-color: #D2FF2C; }
a { background-color: rgb(210,255,44); }
div.DivClassName
{
background-color: #D2FF2C;
}
.BgClassName
{
background-color: #D2FF2C;
}
</style>
border-color css
<style>
span { border-color: #D2FF2C; }
span { border-color: rgb(210,255,44); }
td.TdClassName
{
border-color: #D2FF2C;
}
.TagClassName
{
border-color: #D2FF2C;
}
</style>