Shades of Pear #DFF92B
Tints of Pear #DFF92B
RGB
CMYK
RGB Variations
Color information
#DFF92B (or 0xDFF92B) is known color: Pear. HEX triplet: DF, F9 and 2B. RGB value is (223,249,43). Sum of RGB (Red+Green+Blue) = 223+249+43=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 43 (17.19% from 255 or 8.35% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF92B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF92B is #2006D4. Grayscale: #DADADA. Windows color (decimal): -2098901 or 2882015. OLE color: 2882015.
HSL color Cylindrical-coordinate representation of color #DFF92B: hue angle of 67.57º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFF92B is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 43 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.02 |
| HSL | 67.57º | 0.94% | 0.57% | - |
| HSV(B) | 67.57º | 0.83% | 0.98% | - |
| XYZ | 64.74 | 83.61 | 15.01 | - |
| YUV | 217.74 | 29.39 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 43 | 0.10 | 0 | 0.83 | 0.02 | 67.57 | 0.94 | 0.57 |
| Hex | DF | F9 | 2B | A | 0 | 53 | 2 | 44 | 5E | 39 |
| Octal | 337 | 371 | 53 | 12 | 0 | 123 | 2 | 104 | 136 | 71 |
| Binary | 11011111 | 11111001 | 101011 | 1010 | 0 | 1010011 | 10 | 1000100 | 1011110 | 111001 |
Color Harmonies of #DFF92B
Complementary color
Monochromatic Colors of #DFF92B
Black with #DFF92B
Text Example
Text Example
White with #DFF92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF92B; }
p { color: rgb(223,249,43); }
H1.HeaderClassName
{
color: #DFF92B;
}
.AnyTagClassName
{
color: #DFF92B;
}
</style>
background-color css
<style>
a { background-color: #DFF92B; }
a { background-color: rgb(223,249,43); }
div.DivClassName
{
background-color: #DFF92B;
}
.BgClassName
{
background-color: #DFF92B;
}
</style>
border-color css
<style>
span { border-color: #DFF92B; }
span { border-color: rgb(223,249,43); }
td.TdClassName
{
border-color: #DFF92B;
}
.TagClassName
{
border-color: #DFF92B;
}
</style>