Shades of Pear #D2F143
Tints of Pear #D2F143
RGB
CMYK
RGB Variations
Color information
#D2F143 (or 0xD2F143) is known color: Pear. HEX triplet: D2, F1 and 43. RGB value is (210,241,67). Sum of RGB (Red+Green+Blue) = 210+241+67=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 67 (26.56% from 255 or 12.93% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F143 is #2D0EBC. Grayscale: #D4D4D4. Windows color (decimal): -2952893 or 4452818. OLE color: 4452818.
HSL color Cylindrical-coordinate representation of color #D2F143: hue angle of 70.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2F143 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 67 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.05 |
| HSL | 70.69º | 0.86% | 0.6% | - |
| HSV(B) | 70.69º | 0.72% | 0.95% | - |
| XYZ | 59.05 | 77.02 | 17.06 | - |
| YUV | 211.9 | 46.23 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 67 | 0.13 | 0 | 0.72 | 0.05 | 70.69 | 0.86 | 0.6 |
| Hex | D2 | F1 | 43 | D | 0 | 48 | 5 | 47 | 56 | 3C |
| Octal | 322 | 361 | 103 | 15 | 0 | 110 | 5 | 107 | 126 | 74 |
| Binary | 11010010 | 11110001 | 1000011 | 1101 | 0 | 1001000 | 101 | 1000111 | 1010110 | 111100 |
Color Harmonies of #D2F143
Complementary color
Monochromatic Colors of #D2F143
Black with #D2F143
Text Example
Text Example
White with #D2F143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F143; }
p { color: rgb(210,241,67); }
H1.HeaderClassName
{
color: #D2F143;
}
.AnyTagClassName
{
color: #D2F143;
}
</style>
background-color css
<style>
a { background-color: #D2F143; }
a { background-color: rgb(210,241,67); }
div.DivClassName
{
background-color: #D2F143;
}
.BgClassName
{
background-color: #D2F143;
}
</style>
border-color css
<style>
span { border-color: #D2F143; }
span { border-color: rgb(210,241,67); }
td.TdClassName
{
border-color: #D2F143;
}
.TagClassName
{
border-color: #D2F143;
}
</style>