Shades of Pear #D0F923
Tints of Pear #D0F923
RGB
CMYK
RGB Variations
Color information
#D0F923 (or 0xD0F923) is known color: Pear. HEX triplet: D0, F9 and 23. RGB value is (208,249,35). Sum of RGB (Red+Green+Blue) = 208+249+35=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 35 (14.06% from 255 or 7.11% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F923 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F923 is #2F06DC. Grayscale: #D5D5D5. Windows color (decimal): -3081949 or 2357712. OLE color: 2357712.
HSL color Cylindrical-coordinate representation of color #D0F923: hue angle of 71.5º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0F923 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 35 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.02 |
| HSL | 71.5º | 0.95% | 0.56% | - |
| HSV(B) | 71.5º | 0.86% | 0.98% | - |
| XYZ | 60.19 | 81.28 | 14.11 | - |
| YUV | 212.35 | 27.92 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 35 | 0.16 | 0 | 0.86 | 0.02 | 71.5 | 0.95 | 0.56 |
| Hex | D0 | F9 | 23 | 10 | 0 | 56 | 2 | 47 | 5F | 38 |
| Octal | 320 | 371 | 43 | 20 | 0 | 126 | 2 | 107 | 137 | 70 |
| Binary | 11010000 | 11111001 | 100011 | 10000 | 0 | 1010110 | 10 | 1000111 | 1011111 | 111000 |
Color Harmonies of #D0F923
Complementary color
Monochromatic Colors of #D0F923
Black with #D0F923
Text Example
Text Example
White with #D0F923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F923; }
p { color: rgb(208,249,35); }
H1.HeaderClassName
{
color: #D0F923;
}
.AnyTagClassName
{
color: #D0F923;
}
</style>
background-color css
<style>
a { background-color: #D0F923; }
a { background-color: rgb(208,249,35); }
div.DivClassName
{
background-color: #D0F923;
}
.BgClassName
{
background-color: #D0F923;
}
</style>
border-color css
<style>
span { border-color: #D0F923; }
span { border-color: rgb(208,249,35); }
td.TdClassName
{
border-color: #D0F923;
}
.TagClassName
{
border-color: #D0F923;
}
</style>