Shades of Pear #D4FF27
Tints of Pear #D4FF27
RGB
CMYK
RGB Variations
Color information
#D4FF27 (or 0xD4FF27) is known color: Pear. HEX triplet: D4, FF and 27. RGB value is (212,255,39). Sum of RGB (Red+Green+Blue) = 212+255+39=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 39 (15.62% from 255 or 7.71% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FF27 is #2B00D8. Grayscale: #DADADA. Windows color (decimal): -2818265 or 2621396. OLE color: 2621396.
HSL color Cylindrical-coordinate representation of color #D4FF27: hue angle of 71.94º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4FF27 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 39 | - |
| CMYK | 0.17 | 0 | 0.85 | 0 |
| HSL | 71.94º | 1% | 0.58% | - |
| HSV(B) | 71.94º | 0.85% | 1% | - |
| XYZ | 63.28 | 85.66 | 15.12 | - |
| YUV | 217.52 | 27.25 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 39 | 0.17 | 0 | 0.85 | 0 | 71.94 | 1 | 0.58 |
| Hex | D4 | FF | 27 | 11 | 0 | 55 | 0 | 48 | 64 | 3A |
| Octal | 324 | 377 | 47 | 21 | 0 | 125 | 0 | 110 | 144 | 72 |
| Binary | 11010100 | 11111111 | 100111 | 10001 | 0 | 1010101 | 0 | 1001000 | 1100100 | 111010 |
Color Harmonies of #D4FF27
Complementary color
Monochromatic Colors of #D4FF27
Black with #D4FF27
Text Example
Text Example
White with #D4FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF27; }
p { color: rgb(212,255,39); }
H1.HeaderClassName
{
color: #D4FF27;
}
.AnyTagClassName
{
color: #D4FF27;
}
</style>
background-color css
<style>
a { background-color: #D4FF27; }
a { background-color: rgb(212,255,39); }
div.DivClassName
{
background-color: #D4FF27;
}
.BgClassName
{
background-color: #D4FF27;
}
</style>
border-color css
<style>
span { border-color: #D4FF27; }
span { border-color: rgb(212,255,39); }
td.TdClassName
{
border-color: #D4FF27;
}
.TagClassName
{
border-color: #D4FF27;
}
</style>