Shades of Pear #D5F93C
Tints of Pear #D5F93C
RGB
CMYK
RGB Variations
Color information
#D5F93C (or 0xD5F93C) is known color: Pear. HEX triplet: D5, F9 and 3C. RGB value is (213,249,60). Sum of RGB (Red+Green+Blue) = 213+249+60=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 60 (23.83% from 255 or 11.49% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F93C is #2A06C3. Grayscale: #D9D9D9. Windows color (decimal): -2754244 or 3996117. OLE color: 3996117.
HSL color Cylindrical-coordinate representation of color #D5F93C: hue angle of 71.43º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5F93C is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 60 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.02 |
| HSL | 71.43º | 0.94% | 0.61% | - |
| HSV(B) | 71.43º | 0.76% | 0.98% | - |
| XYZ | 62.13 | 82.22 | 16.87 | - |
| YUV | 216.69 | 39.57 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 60 | 0.14 | 0 | 0.76 | 0.02 | 71.43 | 0.94 | 0.61 |
| Hex | D5 | F9 | 3C | E | 0 | 4C | 2 | 47 | 5E | 3D |
| Octal | 325 | 371 | 74 | 16 | 0 | 114 | 2 | 107 | 136 | 75 |
| Binary | 11010101 | 11111001 | 111100 | 1110 | 0 | 1001100 | 10 | 1000111 | 1011110 | 111101 |
Color Harmonies of #D5F93C
Complementary color
Monochromatic Colors of #D5F93C
Black with #D5F93C
Text Example
Text Example
White with #D5F93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F93C; }
p { color: rgb(213,249,60); }
H1.HeaderClassName
{
color: #D5F93C;
}
.AnyTagClassName
{
color: #D5F93C;
}
</style>
background-color css
<style>
a { background-color: #D5F93C; }
a { background-color: rgb(213,249,60); }
div.DivClassName
{
background-color: #D5F93C;
}
.BgClassName
{
background-color: #D5F93C;
}
</style>
border-color css
<style>
span { border-color: #D5F93C; }
span { border-color: rgb(213,249,60); }
td.TdClassName
{
border-color: #D5F93C;
}
.TagClassName
{
border-color: #D5F93C;
}
</style>