Shades of Pear #D2F333
Tints of Pear #D2F333
RGB
CMYK
RGB Variations
Color information
#D2F333 (or 0xD2F333) is known color: Pear. HEX triplet: D2, F3 and 33. RGB value is (210,243,51). Sum of RGB (Red+Green+Blue) = 210+243+51=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 51 (20.31% from 255 or 10.12% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F333 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F333 is #2D0CCC. Grayscale: #D3D3D3. Windows color (decimal): -2952397 or 3404754. OLE color: 3404754.
HSL color Cylindrical-coordinate representation of color #D2F333: hue angle of 70.31º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2F333 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 243 | 51 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.05 |
| HSL | 70.31º | 0.89% | 0.58% | - |
| HSV(B) | 70.31º | 0.79% | 0.95% | - |
| XYZ | 59.23 | 78.04 | 15.07 | - |
| YUV | 211.25 | 37.57 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 51 | 0.14 | 0 | 0.79 | 0.05 | 70.31 | 0.89 | 0.58 |
| Hex | D2 | F3 | 33 | E | 0 | 4F | 5 | 46 | 59 | 3A |
| Octal | 322 | 363 | 63 | 16 | 0 | 117 | 5 | 106 | 131 | 72 |
| Binary | 11010010 | 11110011 | 110011 | 1110 | 0 | 1001111 | 101 | 1000110 | 1011001 | 111010 |
Color Harmonies of #D2F333
Complementary color
Monochromatic Colors of #D2F333
Black with #D2F333
Text Example
Text Example
White with #D2F333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F333; }
p { color: rgb(210,243,51); }
H1.HeaderClassName
{
color: #D2F333;
}
.AnyTagClassName
{
color: #D2F333;
}
</style>
background-color css
<style>
a { background-color: #D2F333; }
a { background-color: rgb(210,243,51); }
div.DivClassName
{
background-color: #D2F333;
}
.BgClassName
{
background-color: #D2F333;
}
</style>
border-color css
<style>
span { border-color: #D2F333; }
span { border-color: rgb(210,243,51); }
td.TdClassName
{
border-color: #D2F333;
}
.TagClassName
{
border-color: #D2F333;
}
</style>