Shades of Pear #D6FC34
Tints of Pear #D6FC34
RGB
CMYK
RGB Variations
Color information
#D6FC34 (or 0xD6FC34) is known color: Pear. HEX triplet: D6, FC and 34. RGB value is (214,252,52). Sum of RGB (Red+Green+Blue) = 214+252+52=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 52 (20.70% from 255 or 10.04% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FC34 is #2903CB. Grayscale: #DADADA. Windows color (decimal): -2687948 or 3472598. OLE color: 3472598.
HSL color Cylindrical-coordinate representation of color #D6FC34: hue angle of 71.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6FC34 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 252 | 52 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.01 |
| HSL | 71.4º | 0.97% | 0.6% | - |
| HSV(B) | 71.4º | 0.79% | 0.99% | - |
| XYZ | 63.16 | 84.16 | 16.17 | - |
| YUV | 217.84 | 34.41 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 252 | 52 | 0.15 | 0 | 0.79 | 0.01 | 71.4 | 0.97 | 0.6 |
| Hex | D6 | FC | 34 | F | 0 | 4F | 1 | 47 | 61 | 3C |
| Octal | 326 | 374 | 64 | 17 | 0 | 117 | 1 | 107 | 141 | 74 |
| Binary | 11010110 | 11111100 | 110100 | 1111 | 0 | 1001111 | 1 | 1000111 | 1100001 | 111100 |
Color Harmonies of #D6FC34
Complementary color
Monochromatic Colors of #D6FC34
Black with #D6FC34
Text Example
Text Example
White with #D6FC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FC34; }
p { color: rgb(214,252,52); }
H1.HeaderClassName
{
color: #D6FC34;
}
.AnyTagClassName
{
color: #D6FC34;
}
</style>
background-color css
<style>
a { background-color: #D6FC34; }
a { background-color: rgb(214,252,52); }
div.DivClassName
{
background-color: #D6FC34;
}
.BgClassName
{
background-color: #D6FC34;
}
</style>
border-color css
<style>
span { border-color: #D6FC34; }
span { border-color: rgb(214,252,52); }
td.TdClassName
{
border-color: #D6FC34;
}
.TagClassName
{
border-color: #D6FC34;
}
</style>