Shades of Pear #D2F14B
Tints of Pear #D2F14B
RGB
CMYK
RGB Variations
Color information
#D2F14B (or 0xD2F14B) is known color: Pear. HEX triplet: D2, F1 and 4B. RGB value is (210,241,75). Sum of RGB (Red+Green+Blue) = 210+241+75=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 75 (29.69% from 255 or 14.26% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F14B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F14B is #2D0EB4. Grayscale: #D5D5D5. Windows color (decimal): -2952885 or 4977106. OLE color: 4977106.
HSL color Cylindrical-coordinate representation of color #D2F14B: hue angle of 71.2º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2F14B is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 75 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.05 |
| HSL | 71.2º | 0.86% | 0.62% | - |
| HSV(B) | 71.2º | 0.69% | 0.95% | - |
| XYZ | 59.3 | 77.12 | 18.42 | - |
| YUV | 212.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 75 | 0.13 | 0 | 0.69 | 0.05 | 71.2 | 0.86 | 0.62 |
| Hex | D2 | F1 | 4B | D | 0 | 45 | 5 | 47 | 56 | 3E |
| Octal | 322 | 361 | 113 | 15 | 0 | 105 | 5 | 107 | 126 | 76 |
| Binary | 11010010 | 11110001 | 1001011 | 1101 | 0 | 1000101 | 101 | 1000111 | 1010110 | 111110 |
Color Harmonies of #D2F14B
Complementary color
Monochromatic Colors of #D2F14B
Black with #D2F14B
Text Example
Text Example
White with #D2F14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F14B; }
p { color: rgb(210,241,75); }
H1.HeaderClassName
{
color: #D2F14B;
}
.AnyTagClassName
{
color: #D2F14B;
}
</style>
background-color css
<style>
a { background-color: #D2F14B; }
a { background-color: rgb(210,241,75); }
div.DivClassName
{
background-color: #D2F14B;
}
.BgClassName
{
background-color: #D2F14B;
}
</style>
border-color css
<style>
span { border-color: #D2F14B; }
span { border-color: rgb(210,241,75); }
td.TdClassName
{
border-color: #D2F14B;
}
.TagClassName
{
border-color: #D2F14B;
}
</style>