Shades of Pear #D0F33D
Tints of Pear #D0F33D
RGB
CMYK
RGB Variations
Color information
#D0F33D (or 0xD0F33D) is known color: Pear. HEX triplet: D0, F3 and 3D. RGB value is (208,243,61). Sum of RGB (Red+Green+Blue) = 208+243+61=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F33D is #2F0CC2. Grayscale: #D4D4D4. Windows color (decimal): -3083459 or 4060112. OLE color: 4060112.
HSL color Cylindrical-coordinate representation of color #D0F33D: hue angle of 71.54º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0F33D is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 61 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.05 |
| HSL | 71.54º | 0.88% | 0.6% | - |
| HSV(B) | 71.54º | 0.75% | 0.95% | - |
| XYZ | 58.91 | 77.85 | 16.34 | - |
| YUV | 211.79 | 42.9 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 61 | 0.14 | 0 | 0.75 | 0.05 | 71.54 | 0.88 | 0.6 |
| Hex | D0 | F3 | 3D | E | 0 | 4B | 5 | 48 | 58 | 3C |
| Octal | 320 | 363 | 75 | 16 | 0 | 113 | 5 | 110 | 130 | 74 |
| Binary | 11010000 | 11110011 | 111101 | 1110 | 0 | 1001011 | 101 | 1001000 | 1011000 | 111100 |
Color Harmonies of #D0F33D
Complementary color
Monochromatic Colors of #D0F33D
Black with #D0F33D
Text Example
Text Example
White with #D0F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F33D; }
p { color: rgb(208,243,61); }
H1.HeaderClassName
{
color: #D0F33D;
}
.AnyTagClassName
{
color: #D0F33D;
}
</style>
background-color css
<style>
a { background-color: #D0F33D; }
a { background-color: rgb(208,243,61); }
div.DivClassName
{
background-color: #D0F33D;
}
.BgClassName
{
background-color: #D0F33D;
}
</style>
border-color css
<style>
span { border-color: #D0F33D; }
span { border-color: rgb(208,243,61); }
td.TdClassName
{
border-color: #D0F33D;
}
.TagClassName
{
border-color: #D0F33D;
}
</style>