Shades of Pear #D2FF27
Tints of Pear #D2FF27
RGB
CMYK
RGB Variations
Color information
#D2FF27 (or 0xD2FF27) is known color: Pear. HEX triplet: D2, FF and 27. RGB value is (210,255,39). Sum of RGB (Red+Green+Blue) = 210+255+39=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 39 (15.62% from 255 or 7.74% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FF27 is #2D00D8. Grayscale: #D9D9D9. Windows color (decimal): -2949337 or 2621394. OLE color: 2621394.
HSL color Cylindrical-coordinate representation of color #D2FF27: hue angle of 72.5º 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 #D2FF27 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 39 | - |
| CMYK | 0.18 | 0 | 0.85 | 0 |
| HSL | 72.5º | 1% | 0.58% | - |
| HSV(B) | 72.5º | 0.85% | 1% | - |
| XYZ | 62.7 | 85.37 | 15.09 | - |
| YUV | 216.92 | 27.59 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 39 | 0.18 | 0 | 0.85 | 0 | 72.5 | 1 | 0.58 |
| Hex | D2 | FF | 27 | 12 | 0 | 55 | 0 | 48 | 64 | 3A |
| Octal | 322 | 377 | 47 | 22 | 0 | 125 | 0 | 110 | 144 | 72 |
| Binary | 11010010 | 11111111 | 100111 | 10010 | 0 | 1010101 | 0 | 1001000 | 1100100 | 111010 |
Color Harmonies of #D2FF27
Complementary color
Monochromatic Colors of #D2FF27
Black with #D2FF27
Text Example
Text Example
White with #D2FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF27; }
p { color: rgb(210,255,39); }
H1.HeaderClassName
{
color: #D2FF27;
}
.AnyTagClassName
{
color: #D2FF27;
}
</style>
background-color css
<style>
a { background-color: #D2FF27; }
a { background-color: rgb(210,255,39); }
div.DivClassName
{
background-color: #D2FF27;
}
.BgClassName
{
background-color: #D2FF27;
}
</style>
border-color css
<style>
span { border-color: #D2FF27; }
span { border-color: rgb(210,255,39); }
td.TdClassName
{
border-color: #D2FF27;
}
.TagClassName
{
border-color: #D2FF27;
}
</style>