Shades of Pear #D5FA27
Tints of Pear #D5FA27
RGB
CMYK
RGB Variations
Color information
#D5FA27 (or 0xD5FA27) is known color: Pear. HEX triplet: D5, FA and 27. RGB value is (213,250,39). Sum of RGB (Red+Green+Blue) = 213+250+39=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 39 (15.62% from 255 or 7.77% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FA27 is #2A05D8. Grayscale: #D7D7D7. Windows color (decimal): -2754009 or 2620117. OLE color: 2620117.
HSL color Cylindrical-coordinate representation of color #D5FA27: hue angle of 70.52º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5FA27 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 39 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.02 |
| HSL | 70.52º | 0.95% | 0.57% | - |
| HSV(B) | 70.52º | 0.84% | 0.98% | - |
| XYZ | 61.99 | 82.66 | 14.61 | - |
| YUV | 214.88 | 28.74 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 39 | 0.15 | 0 | 0.84 | 0.02 | 70.52 | 0.95 | 0.57 |
| Hex | D5 | FA | 27 | F | 0 | 54 | 2 | 47 | 5F | 39 |
| Octal | 325 | 372 | 47 | 17 | 0 | 124 | 2 | 107 | 137 | 71 |
| Binary | 11010101 | 11111010 | 100111 | 1111 | 0 | 1010100 | 10 | 1000111 | 1011111 | 111001 |
Color Harmonies of #D5FA27
Complementary color
Monochromatic Colors of #D5FA27
Black with #D5FA27
Text Example
Text Example
White with #D5FA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA27; }
p { color: rgb(213,250,39); }
H1.HeaderClassName
{
color: #D5FA27;
}
.AnyTagClassName
{
color: #D5FA27;
}
</style>
background-color css
<style>
a { background-color: #D5FA27; }
a { background-color: rgb(213,250,39); }
div.DivClassName
{
background-color: #D5FA27;
}
.BgClassName
{
background-color: #D5FA27;
}
</style>
border-color css
<style>
span { border-color: #D5FA27; }
span { border-color: rgb(213,250,39); }
td.TdClassName
{
border-color: #D5FA27;
}
.TagClassName
{
border-color: #D5FA27;
}
</style>