Shades of Pear #D2FC34
Tints of Pear #D2FC34
RGB
CMYK
RGB Variations
Color information
#D2FC34 (or 0xD2FC34) is known color: Pear. HEX triplet: D2, FC and 34. RGB value is (210,252,52). Sum of RGB (Red+Green+Blue) = 210+252+52=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 52 (20.70% from 255 or 10.12% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #D2FC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FC34 is #2D03CB. Grayscale: #D9D9D9. Windows color (decimal): -2950092 or 3472594. OLE color: 3472594.
HSL color Cylindrical-coordinate representation of color #D2FC34: hue angle of 72.6º 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 #D2FC34 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 252 | 52 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.01 |
| HSL | 72.6º | 0.97% | 0.6% | - |
| HSV(B) | 72.6º | 0.79% | 0.99% | - |
| XYZ | 62.01 | 83.57 | 16.11 | - |
| YUV | 216.64 | 35.09 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 252 | 52 | 0.17 | 0 | 0.79 | 0.01 | 72.6 | 0.97 | 0.6 |
| Hex | D2 | FC | 34 | 11 | 0 | 4F | 1 | 49 | 61 | 3C |
| Octal | 322 | 374 | 64 | 21 | 0 | 117 | 1 | 111 | 141 | 74 |
| Binary | 11010010 | 11111100 | 110100 | 10001 | 0 | 1001111 | 1 | 1001001 | 1100001 | 111100 |
Color Harmonies of #D2FC34
Complementary color
Monochromatic Colors of #D2FC34
Black with #D2FC34
Text Example
Text Example
White with #D2FC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FC34; }
p { color: rgb(210,252,52); }
H1.HeaderClassName
{
color: #D2FC34;
}
.AnyTagClassName
{
color: #D2FC34;
}
</style>
background-color css
<style>
a { background-color: #D2FC34; }
a { background-color: rgb(210,252,52); }
div.DivClassName
{
background-color: #D2FC34;
}
.BgClassName
{
background-color: #D2FC34;
}
</style>
border-color css
<style>
span { border-color: #D2FC34; }
span { border-color: rgb(210,252,52); }
td.TdClassName
{
border-color: #D2FC34;
}
.TagClassName
{
border-color: #D2FC34;
}
</style>