Shades of Pear #D6F322
Tints of Pear #D6F322
RGB
CMYK
RGB Variations
Color information
#D6F322 (or 0xD6F322) is known color: Pear. HEX triplet: D6, F3 and 22. RGB value is (214,243,34). Sum of RGB (Red+Green+Blue) = 214+243+34=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 34 (13.67% from 255 or 6.92% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F322 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F322 is #290CDD. Grayscale: #D3D3D3. Windows color (decimal): -2690270 or 2290646. OLE color: 2290646.
HSL color Cylindrical-coordinate representation of color #D6F322: hue angle of 68.33º 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 #D6F322 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 34 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.05 |
| HSL | 68.33º | 0.9% | 0.54% | - |
| HSV(B) | 68.33º | 0.86% | 0.95% | - |
| XYZ | 60.07 | 78.51 | 13.5 | - |
| YUV | 210.5 | 28.39 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 34 | 0.12 | 0 | 0.86 | 0.05 | 68.33 | 0.9 | 0.54 |
| Hex | D6 | F3 | 22 | C | 0 | 56 | 5 | 44 | 5A | 36 |
| Octal | 326 | 363 | 42 | 14 | 0 | 126 | 5 | 104 | 132 | 66 |
| Binary | 11010110 | 11110011 | 100010 | 1100 | 0 | 1010110 | 101 | 1000100 | 1011010 | 110110 |
Color Harmonies of #D6F322
Complementary color
Monochromatic Colors of #D6F322
Black with #D6F322
Text Example
Text Example
White with #D6F322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F322; }
p { color: rgb(214,243,34); }
H1.HeaderClassName
{
color: #D6F322;
}
.AnyTagClassName
{
color: #D6F322;
}
</style>
background-color css
<style>
a { background-color: #D6F322; }
a { background-color: rgb(214,243,34); }
div.DivClassName
{
background-color: #D6F322;
}
.BgClassName
{
background-color: #D6F322;
}
</style>
border-color css
<style>
span { border-color: #D6F322; }
span { border-color: rgb(214,243,34); }
td.TdClassName
{
border-color: #D6F322;
}
.TagClassName
{
border-color: #D6F322;
}
</style>