Shades of Pear #D6F33D
Tints of Pear #D6F33D
RGB
CMYK
RGB Variations
Color information
#D6F33D (or 0xD6F33D) is known color: Pear. HEX triplet: D6, F3 and 3D. RGB value is (214,243,61). Sum of RGB (Red+Green+Blue) = 214+243+61=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F33D is #290CC2. Grayscale: #D6D6D6. Windows color (decimal): -2690243 or 4060118. OLE color: 4060118.
HSL color Cylindrical-coordinate representation of color #D6F33D: hue angle of 69.56º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6F33D is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 61 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.05 |
| HSL | 69.56º | 0.88% | 0.6% | - |
| HSV(B) | 69.56º | 0.75% | 0.95% | - |
| XYZ | 60.62 | 78.73 | 16.42 | - |
| YUV | 213.58 | 41.89 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 61 | 0.12 | 0 | 0.75 | 0.05 | 69.56 | 0.88 | 0.6 |
| Hex | D6 | F3 | 3D | C | 0 | 4B | 5 | 46 | 58 | 3C |
| Octal | 326 | 363 | 75 | 14 | 0 | 113 | 5 | 106 | 130 | 74 |
| Binary | 11010110 | 11110011 | 111101 | 1100 | 0 | 1001011 | 101 | 1000110 | 1011000 | 111100 |
Color Harmonies of #D6F33D
Complementary color
Monochromatic Colors of #D6F33D
Black with #D6F33D
Text Example
Text Example
White with #D6F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F33D; }
p { color: rgb(214,243,61); }
H1.HeaderClassName
{
color: #D6F33D;
}
.AnyTagClassName
{
color: #D6F33D;
}
</style>
background-color css
<style>
a { background-color: #D6F33D; }
a { background-color: rgb(214,243,61); }
div.DivClassName
{
background-color: #D6F33D;
}
.BgClassName
{
background-color: #D6F33D;
}
</style>
border-color css
<style>
span { border-color: #D6F33D; }
span { border-color: rgb(214,243,61); }
td.TdClassName
{
border-color: #D6F33D;
}
.TagClassName
{
border-color: #D6F33D;
}
</style>