Shades of Pear #D2FF36
Tints of Pear #D2FF36
RGB
CMYK
RGB Variations
Color information
#D2FF36 (or 0xD2FF36) is known color: Pear. HEX triplet: D2, FF and 36. RGB value is (210,255,54). Sum of RGB (Red+Green+Blue) = 210+255+54=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 54 (21.48% from 255 or 10.40% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FF36 is #2D00C9. Grayscale: #DBDBDB. Windows color (decimal): -2949322 or 3604434. OLE color: 3604434.
HSL color Cylindrical-coordinate representation of color #D2FF36: hue angle of 73.43º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2FF36 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 255 | 54 | - |
| CMYK | 0.18 | 0 | 0.79 | 0 |
| HSL | 73.43º | 1% | 0.61% | - |
| HSV(B) | 73.43º | 0.79% | 1% | - |
| XYZ | 63 | 85.49 | 16.67 | - |
| YUV | 218.63 | 35.09 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 255 | 54 | 0.18 | 0 | 0.79 | 0 | 73.43 | 1 | 0.61 |
| Hex | D2 | FF | 36 | 12 | 0 | 4F | 0 | 49 | 64 | 3D |
| Octal | 322 | 377 | 66 | 22 | 0 | 117 | 0 | 111 | 144 | 75 |
| Binary | 11010010 | 11111111 | 110110 | 10010 | 0 | 1001111 | 0 | 1001001 | 1100100 | 111101 |
Color Harmonies of #D2FF36
Complementary color
Monochromatic Colors of #D2FF36
Black with #D2FF36
Text Example
Text Example
White with #D2FF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FF36; }
p { color: rgb(210,255,54); }
H1.HeaderClassName
{
color: #D2FF36;
}
.AnyTagClassName
{
color: #D2FF36;
}
</style>
background-color css
<style>
a { background-color: #D2FF36; }
a { background-color: rgb(210,255,54); }
div.DivClassName
{
background-color: #D2FF36;
}
.BgClassName
{
background-color: #D2FF36;
}
</style>
border-color css
<style>
span { border-color: #D2FF36; }
span { border-color: rgb(210,255,54); }
td.TdClassName
{
border-color: #D2FF36;
}
.TagClassName
{
border-color: #D2FF36;
}
</style>