Shades of Pear #D5F32B
Tints of Pear #D5F32B
RGB
CMYK
RGB Variations
Color information
#D5F32B (or 0xD5F32B) is known color: Pear. HEX triplet: D5, F3 and 2B. RGB value is (213,243,43). Sum of RGB (Red+Green+Blue) = 213+243+43=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F32B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F32B is #2A0CD4. Grayscale: #D4D4D4. Windows color (decimal): -2755797 or 2880469. OLE color: 2880469.
HSL color Cylindrical-coordinate representation of color #D5F32B: hue angle of 69º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5F32B is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 43 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.05 |
| HSL | 69º | 0.89% | 0.56% | - |
| HSV(B) | 69º | 0.82% | 0.95% | - |
| XYZ | 59.93 | 78.42 | 14.26 | - |
| YUV | 211.23 | 33.06 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 43 | 0.12 | 0 | 0.82 | 0.05 | 69 | 0.89 | 0.56 |
| Hex | D5 | F3 | 2B | C | 0 | 52 | 5 | 45 | 59 | 38 |
| Octal | 325 | 363 | 53 | 14 | 0 | 122 | 5 | 105 | 131 | 70 |
| Binary | 11010101 | 11110011 | 101011 | 1100 | 0 | 1010010 | 101 | 1000101 | 1011001 | 111000 |
Color Harmonies of #D5F32B
Complementary color
Monochromatic Colors of #D5F32B
Black with #D5F32B
Text Example
Text Example
White with #D5F32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F32B; }
p { color: rgb(213,243,43); }
H1.HeaderClassName
{
color: #D5F32B;
}
.AnyTagClassName
{
color: #D5F32B;
}
</style>
background-color css
<style>
a { background-color: #D5F32B; }
a { background-color: rgb(213,243,43); }
div.DivClassName
{
background-color: #D5F32B;
}
.BgClassName
{
background-color: #D5F32B;
}
</style>
border-color css
<style>
span { border-color: #D5F32B; }
span { border-color: rgb(213,243,43); }
td.TdClassName
{
border-color: #D5F32B;
}
.TagClassName
{
border-color: #D5F32B;
}
</style>