Shades of Pear #D5F343
Tints of Pear #D5F343
RGB
CMYK
RGB Variations
Color information
#D5F343 (or 0xD5F343) is known color: Pear. HEX triplet: D5, F3 and 43. RGB value is (213,243,67). Sum of RGB (Red+Green+Blue) = 213+243+67=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 67 (26.56% from 255 or 12.81% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F343 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F343 is #2A0CBC. Grayscale: #D6D6D6. Windows color (decimal): -2755773 or 4453333. OLE color: 4453333.
HSL color Cylindrical-coordinate representation of color #D5F343: hue angle of 70.23º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5F343 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 67 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.05 |
| HSL | 70.23º | 0.88% | 0.61% | - |
| HSV(B) | 70.23º | 0.72% | 0.95% | - |
| XYZ | 60.5 | 78.65 | 17.3 | - |
| YUV | 213.97 | 45.06 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 67 | 0.12 | 0 | 0.72 | 0.05 | 70.23 | 0.88 | 0.61 |
| Hex | D5 | F3 | 43 | C | 0 | 48 | 5 | 46 | 58 | 3D |
| Octal | 325 | 363 | 103 | 14 | 0 | 110 | 5 | 106 | 130 | 75 |
| Binary | 11010101 | 11110011 | 1000011 | 1100 | 0 | 1001000 | 101 | 1000110 | 1011000 | 111101 |
Color Harmonies of #D5F343
Complementary color
Monochromatic Colors of #D5F343
Black with #D5F343
Text Example
Text Example
White with #D5F343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F343; }
p { color: rgb(213,243,67); }
H1.HeaderClassName
{
color: #D5F343;
}
.AnyTagClassName
{
color: #D5F343;
}
</style>
background-color css
<style>
a { background-color: #D5F343; }
a { background-color: rgb(213,243,67); }
div.DivClassName
{
background-color: #D5F343;
}
.BgClassName
{
background-color: #D5F343;
}
</style>
border-color css
<style>
span { border-color: #D5F343; }
span { border-color: rgb(213,243,67); }
td.TdClassName
{
border-color: #D5F343;
}
.TagClassName
{
border-color: #D5F343;
}
</style>