Shades of Pear #D6F93C
Tints of Pear #D6F93C
RGB
CMYK
RGB Variations
Color information
#D6F93C (or 0xD6F93C) is known color: Pear. HEX triplet: D6, F9 and 3C. RGB value is (214,249,60). Sum of RGB (Red+Green+Blue) = 214+249+60=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 60 (23.83% from 255 or 11.47% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F93C is #2906C3. Grayscale: #D9D9D9. Windows color (decimal): -2688708 or 3996118. OLE color: 3996118.
HSL color Cylindrical-coordinate representation of color #D6F93C: hue angle of 71.11º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6F93C is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 249 | 60 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.02 |
| HSL | 71.11º | 0.94% | 0.61% | - |
| HSV(B) | 71.11º | 0.76% | 0.98% | - |
| XYZ | 62.42 | 82.37 | 16.88 | - |
| YUV | 216.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 249 | 60 | 0.14 | 0 | 0.76 | 0.02 | 71.11 | 0.94 | 0.61 |
| Hex | D6 | F9 | 3C | E | 0 | 4C | 2 | 47 | 5E | 3D |
| Octal | 326 | 371 | 74 | 16 | 0 | 114 | 2 | 107 | 136 | 75 |
| Binary | 11010110 | 11111001 | 111100 | 1110 | 0 | 1001100 | 10 | 1000111 | 1011110 | 111101 |
Color Harmonies of #D6F93C
Complementary color
Monochromatic Colors of #D6F93C
Black with #D6F93C
Text Example
Text Example
White with #D6F93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F93C; }
p { color: rgb(214,249,60); }
H1.HeaderClassName
{
color: #D6F93C;
}
.AnyTagClassName
{
color: #D6F93C;
}
</style>
background-color css
<style>
a { background-color: #D6F93C; }
a { background-color: rgb(214,249,60); }
div.DivClassName
{
background-color: #D6F93C;
}
.BgClassName
{
background-color: #D6F93C;
}
</style>
border-color css
<style>
span { border-color: #D6F93C; }
span { border-color: rgb(214,249,60); }
td.TdClassName
{
border-color: #D6F93C;
}
.TagClassName
{
border-color: #D6F93C;
}
</style>