Shades of Pear #D2F33D
Tints of Pear #D2F33D
RGB
CMYK
RGB Variations
Color information
#D2F33D (or 0xD2F33D) is known color: Pear. HEX triplet: D2, F3 and 3D. RGB value is (210,243,61). Sum of RGB (Red+Green+Blue) = 210+243+61=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F33D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F33D is #2D0CC2. Grayscale: #D5D5D5. Windows color (decimal): -2952387 or 4060114. OLE color: 4060114.
HSL color Cylindrical-coordinate representation of color #D2F33D: hue angle of 70.88º 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 #D2F33D is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 61 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.05 |
| HSL | 70.88º | 0.88% | 0.6% | - |
| HSV(B) | 70.88º | 0.75% | 0.95% | - |
| XYZ | 59.47 | 78.14 | 16.36 | - |
| YUV | 212.39 | 42.57 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 61 | 0.14 | 0 | 0.75 | 0.05 | 70.88 | 0.88 | 0.6 |
| Hex | D2 | F3 | 3D | E | 0 | 4B | 5 | 47 | 58 | 3C |
| Octal | 322 | 363 | 75 | 16 | 0 | 113 | 5 | 107 | 130 | 74 |
| Binary | 11010010 | 11110011 | 111101 | 1110 | 0 | 1001011 | 101 | 1000111 | 1011000 | 111100 |
Color Harmonies of #D2F33D
Complementary color
Monochromatic Colors of #D2F33D
Black with #D2F33D
Text Example
Text Example
White with #D2F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F33D; }
p { color: rgb(210,243,61); }
H1.HeaderClassName
{
color: #D2F33D;
}
.AnyTagClassName
{
color: #D2F33D;
}
</style>
background-color css
<style>
a { background-color: #D2F33D; }
a { background-color: rgb(210,243,61); }
div.DivClassName
{
background-color: #D2F33D;
}
.BgClassName
{
background-color: #D2F33D;
}
</style>
border-color css
<style>
span { border-color: #D2F33D; }
span { border-color: rgb(210,243,61); }
td.TdClassName
{
border-color: #D2F33D;
}
.TagClassName
{
border-color: #D2F33D;
}
</style>