Shades of Pear #DBFC42
Tints of Pear #DBFC42
RGB
CMYK
RGB Variations
Color information
#DBFC42 (or 0xDBFC42) is known color: Pear. HEX triplet: DB, FC and 42. RGB value is (219,252,66). Sum of RGB (Red+Green+Blue) = 219+252+66=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 66 (26.17% from 255 or 12.29% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC42 is #2403BD. Grayscale: #DDDDDD. Windows color (decimal): -2360254 or 4390107. OLE color: 4390107.
HSL color Cylindrical-coordinate representation of color #DBFC42: hue angle of 70.65º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBFC42 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 66 | - |
CMYK | 0.13 | 0 | 0.74 | 0.01 |
HSL | 70.65º | 0.97% | 0.62% | - |
HSV(B) | 70.65º | 0.74% | 0.99% | - |
XYZ | 65.01 | 85.07 | 18.15 | - |
YUV | 220.93 | 40.57 | 126.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 66 | 0.13 | 0 | 0.74 | 0.01 | 70.65 | 0.97 | 0.62 |
Hex | DB | FC | 42 | D | 0 | 4A | 1 | 47 | 61 | 3E |
Octal | 333 | 374 | 102 | 15 | 0 | 112 | 1 | 107 | 141 | 76 |
Binary | 11011011 | 11111100 | 1000010 | 1101 | 0 | 1001010 | 1 | 1000111 | 1100001 | 111110 |
Color Harmonies of #DBFC42
Complementary color
Monochromatic Colors of #DBFC42
Black with #DBFC42
Text Example
Text Example
White with #DBFC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC42; }
p { color: rgb(219,252,66); }
H1.HeaderClassName
{
color: #DBFC42;
}
.AnyTagClassName
{
color: #DBFC42;
}
</style>
background-color css
<style>
a { background-color: #DBFC42; }
a { background-color: rgb(219,252,66); }
div.DivClassName
{
background-color: #DBFC42;
}
.BgClassName
{
background-color: #DBFC42;
}
</style>
border-color css
<style>
span { border-color: #DBFC42; }
span { border-color: rgb(219,252,66); }
td.TdClassName
{
border-color: #DBFC42;
}
.TagClassName
{
border-color: #DBFC42;
}
</style>