Shades of Pear #D0FF36
Tints of Pear #D0FF36
RGB
CMYK
RGB Variations
Color information
#D0FF36 (or 0xD0FF36) is known color: Pear. HEX triplet: D0, FF and 36. RGB value is (208,255,54). Sum of RGB (Red+Green+Blue) = 208+255+54=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 54 (21.48% from 255 or 10.44% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FF36 is #2F00C9. Grayscale: #DADADA. Windows color (decimal): -3080394 or 3604432. OLE color: 3604432.
HSL color Cylindrical-coordinate representation of color #D0FF36: hue angle of 74.03º 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 #D0FF36 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 255 | 54 | - |
| CMYK | 0.18 | 0 | 0.79 | 0 |
| HSL | 74.03º | 1% | 0.61% | - |
| HSV(B) | 74.03º | 0.79% | 1% | - |
| XYZ | 62.44 | 85.2 | 16.64 | - |
| YUV | 218.03 | 35.43 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 54 | 0.18 | 0 | 0.79 | 0 | 74.03 | 1 | 0.61 |
| Hex | D0 | FF | 36 | 12 | 0 | 4F | 0 | 4A | 64 | 3D |
| Octal | 320 | 377 | 66 | 22 | 0 | 117 | 0 | 112 | 144 | 75 |
| Binary | 11010000 | 11111111 | 110110 | 10010 | 0 | 1001111 | 0 | 1001010 | 1100100 | 111101 |
Color Harmonies of #D0FF36
Complementary color
Monochromatic Colors of #D0FF36
Black with #D0FF36
Text Example
Text Example
White with #D0FF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FF36; }
p { color: rgb(208,255,54); }
H1.HeaderClassName
{
color: #D0FF36;
}
.AnyTagClassName
{
color: #D0FF36;
}
</style>
background-color css
<style>
a { background-color: #D0FF36; }
a { background-color: rgb(208,255,54); }
div.DivClassName
{
background-color: #D0FF36;
}
.BgClassName
{
background-color: #D0FF36;
}
</style>
border-color css
<style>
span { border-color: #D0FF36; }
span { border-color: rgb(208,255,54); }
td.TdClassName
{
border-color: #D0FF36;
}
.TagClassName
{
border-color: #D0FF36;
}
</style>