Shades of Pear #D5F238
Tints of Pear #D5F238
RGB
CMYK
RGB Variations
Color information
#D5F238 (or 0xD5F238) is known color: Pear. HEX triplet: D5, F2 and 38. RGB value is (213,242,56). Sum of RGB (Red+Green+Blue) = 213+242+56=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 56 (22.27% from 255 or 10.96% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F238 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F238 is #2A0DC7. Grayscale: #D4D4D4. Windows color (decimal): -2756040 or 3732181. OLE color: 3732181.
HSL color Cylindrical-coordinate representation of color #D5F238: hue angle of 69.35º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5F238 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 56 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.05 |
| HSL | 69.35º | 0.88% | 0.58% | - |
| HSV(B) | 69.35º | 0.77% | 0.95% | - |
| XYZ | 59.91 | 77.94 | 15.63 | - |
| YUV | 212.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 56 | 0.12 | 0 | 0.77 | 0.05 | 69.35 | 0.88 | 0.58 |
| Hex | D5 | F2 | 38 | C | 0 | 4D | 5 | 45 | 58 | 3A |
| Octal | 325 | 362 | 70 | 14 | 0 | 115 | 5 | 105 | 130 | 72 |
| Binary | 11010101 | 11110010 | 111000 | 1100 | 0 | 1001101 | 101 | 1000101 | 1011000 | 111010 |
Color Harmonies of #D5F238
Complementary color
Monochromatic Colors of #D5F238
Black with #D5F238
Text Example
Text Example
White with #D5F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F238; }
p { color: rgb(213,242,56); }
H1.HeaderClassName
{
color: #D5F238;
}
.AnyTagClassName
{
color: #D5F238;
}
</style>
background-color css
<style>
a { background-color: #D5F238; }
a { background-color: rgb(213,242,56); }
div.DivClassName
{
background-color: #D5F238;
}
.BgClassName
{
background-color: #D5F238;
}
</style>
border-color css
<style>
span { border-color: #D5F238; }
span { border-color: rgb(213,242,56); }
td.TdClassName
{
border-color: #D5F238;
}
.TagClassName
{
border-color: #D5F238;
}
</style>