Shades of Pear #D2FF2A
Tints of Pear #D2FF2A
RGB
CMYK
RGB Variations
Color information
#D2FF2A (or 0xD2FF2A) is known color: Pear. HEX triplet: D2, FF and 2A. RGB value is (210,255,42). Sum of RGB (Red+Green+Blue) = 210+255+42=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 42 (16.80% from 255 or 8.28% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FF2A is #2D00D5. Grayscale: #DADADA. Windows color (decimal): -2949334 or 2818002. OLE color: 2818002.
HSL color Cylindrical-coordinate representation of color #D2FF2A: hue angle of 72.68º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2FF2A is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 42 | - |
| CMYK | 0.18 | 0 | 0.84 | 0 |
| HSL | 72.68º | 1% | 0.58% | - |
| HSV(B) | 72.68º | 0.84% | 1% | - |
| XYZ | 62.76 | 85.39 | 15.36 | - |
| YUV | 217.26 | 29.09 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 42 | 0.18 | 0 | 0.84 | 0 | 72.68 | 1 | 0.58 |
| Hex | D2 | FF | 2A | 12 | 0 | 54 | 0 | 49 | 64 | 3A |
| Octal | 322 | 377 | 52 | 22 | 0 | 124 | 0 | 111 | 144 | 72 |
| Binary | 11010010 | 11111111 | 101010 | 10010 | 0 | 1010100 | 0 | 1001001 | 1100100 | 111010 |
Color Harmonies of #D2FF2A
Complementary color
Monochromatic Colors of #D2FF2A
Black with #D2FF2A
Text Example
Text Example
White with #D2FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF2A; }
p { color: rgb(210,255,42); }
H1.HeaderClassName
{
color: #D2FF2A;
}
.AnyTagClassName
{
color: #D2FF2A;
}
</style>
background-color css
<style>
a { background-color: #D2FF2A; }
a { background-color: rgb(210,255,42); }
div.DivClassName
{
background-color: #D2FF2A;
}
.BgClassName
{
background-color: #D2FF2A;
}
</style>
border-color css
<style>
span { border-color: #D2FF2A; }
span { border-color: rgb(210,255,42); }
td.TdClassName
{
border-color: #D2FF2A;
}
.TagClassName
{
border-color: #D2FF2A;
}
</style>