Shades of Pear #D5F42B
Tints of Pear #D5F42B
RGB
CMYK
RGB Variations
Color information
#D5F42B (or 0xD5F42B) is known color: Pear. HEX triplet: D5, F4 and 2B. RGB value is (213,244,43). Sum of RGB (Red+Green+Blue) = 213+244+43=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F42B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F42B is #2A0BD4. Grayscale: #D4D4D4. Windows color (decimal): -2755541 or 2880725. OLE color: 2880725.
HSL color Cylindrical-coordinate representation of color #D5F42B: hue angle of 69.25º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5F42B is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 43 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.04 |
| HSL | 69.25º | 0.9% | 0.56% | - |
| HSV(B) | 69.25º | 0.82% | 0.96% | - |
| XYZ | 60.23 | 79.02 | 14.36 | - |
| YUV | 211.82 | 32.73 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 43 | 0.13 | 0 | 0.82 | 0.04 | 69.25 | 0.9 | 0.56 |
| Hex | D5 | F4 | 2B | D | 0 | 52 | 4 | 45 | 5A | 38 |
| Octal | 325 | 364 | 53 | 15 | 0 | 122 | 4 | 105 | 132 | 70 |
| Binary | 11010101 | 11110100 | 101011 | 1101 | 0 | 1010010 | 100 | 1000101 | 1011010 | 111000 |
Color Harmonies of #D5F42B
Complementary color
Monochromatic Colors of #D5F42B
Black with #D5F42B
Text Example
Text Example
White with #D5F42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F42B; }
p { color: rgb(213,244,43); }
H1.HeaderClassName
{
color: #D5F42B;
}
.AnyTagClassName
{
color: #D5F42B;
}
</style>
background-color css
<style>
a { background-color: #D5F42B; }
a { background-color: rgb(213,244,43); }
div.DivClassName
{
background-color: #D5F42B;
}
.BgClassName
{
background-color: #D5F42B;
}
</style>
border-color css
<style>
span { border-color: #D5F42B; }
span { border-color: rgb(213,244,43); }
td.TdClassName
{
border-color: #D5F42B;
}
.TagClassName
{
border-color: #D5F42B;
}
</style>