Shades of Pear #D2F123
Tints of Pear #D2F123
RGB
CMYK
RGB Variations
Color information
#D2F123 (or 0xD2F123) is known color: Pear. HEX triplet: D2, F1 and 23. RGB value is (210,241,35). Sum of RGB (Red+Green+Blue) = 210+241+35=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 35 (14.06% from 255 or 7.20% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F123 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F123 is #2D0EDC. Grayscale: #D1D1D1. Windows color (decimal): -2952925 or 2355666. OLE color: 2355666.
HSL color Cylindrical-coordinate representation of color #D2F123: hue angle of 69.03º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2F123 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 35 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.05 |
| HSL | 69.03º | 0.88% | 0.54% | - |
| HSV(B) | 69.03º | 0.85% | 0.95% | - |
| XYZ | 58.34 | 76.73 | 13.33 | - |
| YUV | 208.25 | 30.23 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 35 | 0.13 | 0 | 0.85 | 0.05 | 69.03 | 0.88 | 0.54 |
| Hex | D2 | F1 | 23 | D | 0 | 55 | 5 | 45 | 58 | 36 |
| Octal | 322 | 361 | 43 | 15 | 0 | 125 | 5 | 105 | 130 | 66 |
| Binary | 11010010 | 11110001 | 100011 | 1101 | 0 | 1010101 | 101 | 1000101 | 1011000 | 110110 |
Color Harmonies of #D2F123
Complementary color
Monochromatic Colors of #D2F123
Black with #D2F123
Text Example
Text Example
White with #D2F123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F123; }
p { color: rgb(210,241,35); }
H1.HeaderClassName
{
color: #D2F123;
}
.AnyTagClassName
{
color: #D2F123;
}
</style>
background-color css
<style>
a { background-color: #D2F123; }
a { background-color: rgb(210,241,35); }
div.DivClassName
{
background-color: #D2F123;
}
.BgClassName
{
background-color: #D2F123;
}
</style>
border-color css
<style>
span { border-color: #D2F123; }
span { border-color: rgb(210,241,35); }
td.TdClassName
{
border-color: #D2F123;
}
.TagClassName
{
border-color: #D2F123;
}
</style>