Shades of Pear #D6FF34
Tints of Pear #D6FF34
RGB
CMYK
RGB Variations
Color information
#D6FF34 (or 0xD6FF34) is known color: Pear. HEX triplet: D6, FF and 34. RGB value is (214,255,52). Sum of RGB (Red+Green+Blue) = 214+255+52=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 52 (20.70% from 255 or 9.98% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FF34 is #2900CB. Grayscale: #DCDCDC. Windows color (decimal): -2687180 or 3473366. OLE color: 3473366.
HSL color Cylindrical-coordinate representation of color #D6FF34: hue angle of 72.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6FF34 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
RGB | 214 | 255 | 52 | - |
CMYK | 0.16 | 0 | 0.80 | 0 |
HSL | 72.12º | 1% | 0.6% | - |
HSV(B) | 72.12º | 0.8% | 1% | - |
XYZ | 64.11 | 86.06 | 16.48 | - |
YUV | 219.6 | 33.42 | 124.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 255 | 52 | 0.16 | 0 | 0.80 | 0 | 72.12 | 1 | 0.6 |
Hex | D6 | FF | 34 | 10 | 0 | 50 | 0 | 48 | 64 | 3C |
Octal | 326 | 377 | 64 | 20 | 0 | 120 | 0 | 110 | 144 | 74 |
Binary | 11010110 | 11111111 | 110100 | 10000 | 0 | 1010000 | 0 | 1001000 | 1100100 | 111100 |
Color Harmonies of #D6FF34
Complementary color
Monochromatic Colors of #D6FF34
Black with #D6FF34
Text Example
Text Example
White with #D6FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF34; }
p { color: rgb(214,255,52); }
H1.HeaderClassName
{
color: #D6FF34;
}
.AnyTagClassName
{
color: #D6FF34;
}
</style>
background-color css
<style>
a { background-color: #D6FF34; }
a { background-color: rgb(214,255,52); }
div.DivClassName
{
background-color: #D6FF34;
}
.BgClassName
{
background-color: #D6FF34;
}
</style>
border-color css
<style>
span { border-color: #D6FF34; }
span { border-color: rgb(214,255,52); }
td.TdClassName
{
border-color: #D6FF34;
}
.TagClassName
{
border-color: #D6FF34;
}
</style>