Shades of Pear #D6F228
Tints of Pear #D6F228
RGB
CMYK
RGB Variations
Color information
#D6F228 (or 0xD6F228) is known color: Pear. HEX triplet: D6, F2 and 28. RGB value is (214,242,40). Sum of RGB (Red+Green+Blue) = 214+242+40=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F228 is #290DD7. Grayscale: #D3D3D3. Windows color (decimal): -2690520 or 2683606. OLE color: 2683606.
HSL color Cylindrical-coordinate representation of color #D6F228: hue angle of 68.32º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6F228 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 40 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.05 |
| HSL | 68.32º | 0.89% | 0.55% | - |
| HSV(B) | 68.32º | 0.83% | 0.95% | - |
| XYZ | 59.87 | 77.95 | 13.9 | - |
| YUV | 210.6 | 31.72 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 40 | 0.12 | 0 | 0.83 | 0.05 | 68.32 | 0.89 | 0.55 |
| Hex | D6 | F2 | 28 | C | 0 | 53 | 5 | 44 | 59 | 37 |
| Octal | 326 | 362 | 50 | 14 | 0 | 123 | 5 | 104 | 131 | 67 |
| Binary | 11010110 | 11110010 | 101000 | 1100 | 0 | 1010011 | 101 | 1000100 | 1011001 | 110111 |
Color Harmonies of #D6F228
Complementary color
Monochromatic Colors of #D6F228
Black with #D6F228
Text Example
Text Example
White with #D6F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F228; }
p { color: rgb(214,242,40); }
H1.HeaderClassName
{
color: #D6F228;
}
.AnyTagClassName
{
color: #D6F228;
}
</style>
background-color css
<style>
a { background-color: #D6F228; }
a { background-color: rgb(214,242,40); }
div.DivClassName
{
background-color: #D6F228;
}
.BgClassName
{
background-color: #D6F228;
}
</style>
border-color css
<style>
span { border-color: #D6F228; }
span { border-color: rgb(214,242,40); }
td.TdClassName
{
border-color: #D6F228;
}
.TagClassName
{
border-color: #D6F228;
}
</style>