Shades of Pear #D2F322
Tints of Pear #D2F322
RGB
CMYK
RGB Variations
Color information
#D2F322 (or 0xD2F322) is known color: Pear. HEX triplet: D2, F3 and 22. RGB value is (210,243,34). Sum of RGB (Red+Green+Blue) = 210+243+34=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F322 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F322 is #2D0CDD. Grayscale: #D2D2D2. Windows color (decimal): -2952414 or 2290642. OLE color: 2290642.
HSL color Cylindrical-coordinate representation of color #D2F322: hue angle of 69.47º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2F322 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 34 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.05 |
| HSL | 69.47º | 0.9% | 0.54% | - |
| HSV(B) | 69.47º | 0.86% | 0.95% | - |
| XYZ | 58.92 | 77.92 | 13.45 | - |
| YUV | 209.31 | 29.07 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 34 | 0.14 | 0 | 0.86 | 0.05 | 69.47 | 0.9 | 0.54 |
| Hex | D2 | F3 | 22 | E | 0 | 56 | 5 | 45 | 5A | 36 |
| Octal | 322 | 363 | 42 | 16 | 0 | 126 | 5 | 105 | 132 | 66 |
| Binary | 11010010 | 11110011 | 100010 | 1110 | 0 | 1010110 | 101 | 1000101 | 1011010 | 110110 |
Color Harmonies of #D2F322
Complementary color
Monochromatic Colors of #D2F322
Black with #D2F322
Text Example
Text Example
White with #D2F322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F322; }
p { color: rgb(210,243,34); }
H1.HeaderClassName
{
color: #D2F322;
}
.AnyTagClassName
{
color: #D2F322;
}
</style>
background-color css
<style>
a { background-color: #D2F322; }
a { background-color: rgb(210,243,34); }
div.DivClassName
{
background-color: #D2F322;
}
.BgClassName
{
background-color: #D2F322;
}
</style>
border-color css
<style>
span { border-color: #D2F322; }
span { border-color: rgb(210,243,34); }
td.TdClassName
{
border-color: #D2F322;
}
.TagClassName
{
border-color: #D2F322;
}
</style>