Shades of Pear #D4F61C
Tints of Pear #D4F61C
RGB
CMYK
RGB Variations
Color information
#D4F61C (or 0xD4F61C) is known color: Pear. HEX triplet: D4, F6 and 1C. RGB value is (212,246,28). Sum of RGB (Red+Green+Blue) = 212+246+28=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 28 (11.33% from 255 or 5.76% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #D4F61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F61C is #2B09E3. Grayscale: #D3D3D3. Windows color (decimal): -2820580 or 1898196. OLE color: 1898196.
HSL color Cylindrical-coordinate representation of color #D4F61C: hue angle of 69.36º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4F61C is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 246 | 28 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.04 |
| HSL | 69.36º | 0.92% | 0.54% | - |
| HSV(B) | 69.36º | 0.89% | 0.96% | - |
| XYZ | 60.32 | 79.99 | 13.36 | - |
| YUV | 210.98 | 24.74 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 246 | 28 | 0.14 | 0 | 0.89 | 0.04 | 69.36 | 0.92 | 0.54 |
| Hex | D4 | F6 | 1C | E | 0 | 59 | 4 | 45 | 5C | 36 |
| Octal | 324 | 366 | 34 | 16 | 0 | 131 | 4 | 105 | 134 | 66 |
| Binary | 11010100 | 11110110 | 11100 | 1110 | 0 | 1011001 | 100 | 1000101 | 1011100 | 110110 |
Color Harmonies of #D4F61C
Complementary color
Monochromatic Colors of #D4F61C
Black with #D4F61C
Text Example
Text Example
White with #D4F61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F61C; }
p { color: rgb(212,246,28); }
H1.HeaderClassName
{
color: #D4F61C;
}
.AnyTagClassName
{
color: #D4F61C;
}
</style>
background-color css
<style>
a { background-color: #D4F61C; }
a { background-color: rgb(212,246,28); }
div.DivClassName
{
background-color: #D4F61C;
}
.BgClassName
{
background-color: #D4F61C;
}
</style>
border-color css
<style>
span { border-color: #D4F61C; }
span { border-color: rgb(212,246,28); }
td.TdClassName
{
border-color: #D4F61C;
}
.TagClassName
{
border-color: #D4F61C;
}
</style>