Shades of Pear #D5F227
Tints of Pear #D5F227
RGB
CMYK
RGB Variations
Color information
#D5F227 (or 0xD5F227) is known color: Pear. HEX triplet: D5, F2 and 27. RGB value is (213,242,39). Sum of RGB (Red+Green+Blue) = 213+242+39=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 39 (15.62% from 255 or 7.89% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F227 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F227 is #2A0DD8. Grayscale: #D2D2D2. Windows color (decimal): -2756057 or 2618069. OLE color: 2618069.
HSL color Cylindrical-coordinate representation of color #D5F227: hue angle of 68.57º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5F227 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 39 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.05 |
| HSL | 68.57º | 0.89% | 0.55% | - |
| HSV(B) | 68.57º | 0.84% | 0.95% | - |
| XYZ | 59.56 | 77.8 | 13.8 | - |
| YUV | 210.19 | 31.39 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 39 | 0.12 | 0 | 0.84 | 0.05 | 68.57 | 0.89 | 0.55 |
| Hex | D5 | F2 | 27 | C | 0 | 54 | 5 | 45 | 59 | 37 |
| Octal | 325 | 362 | 47 | 14 | 0 | 124 | 5 | 105 | 131 | 67 |
| Binary | 11010101 | 11110010 | 100111 | 1100 | 0 | 1010100 | 101 | 1000101 | 1011001 | 110111 |
Color Harmonies of #D5F227
Complementary color
Monochromatic Colors of #D5F227
Black with #D5F227
Text Example
Text Example
White with #D5F227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F227; }
p { color: rgb(213,242,39); }
H1.HeaderClassName
{
color: #D5F227;
}
.AnyTagClassName
{
color: #D5F227;
}
</style>
background-color css
<style>
a { background-color: #D5F227; }
a { background-color: rgb(213,242,39); }
div.DivClassName
{
background-color: #D5F227;
}
.BgClassName
{
background-color: #D5F227;
}
</style>
border-color css
<style>
span { border-color: #D5F227; }
span { border-color: rgb(213,242,39); }
td.TdClassName
{
border-color: #D5F227;
}
.TagClassName
{
border-color: #D5F227;
}
</style>