Shades of Pear #DBFC23
Tints of Pear #DBFC23
RGB
CMYK
RGB Variations
Color information
#DBFC23 (or 0xDBFC23) is known color: Pear. HEX triplet: DB, FC and 23. RGB value is (219,252,35). Sum of RGB (Red+Green+Blue) = 219+252+35=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 35 (14.06% from 255 or 6.92% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC23 is #2403DC. Grayscale: #DADADA. Windows color (decimal): -2360285 or 2358491. OLE color: 2358491.
HSL color Cylindrical-coordinate representation of color #DBFC23: hue angle of 69.12º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBFC23 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 35 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.01 |
| HSL | 69.12º | 0.97% | 0.56% | - |
| HSV(B) | 69.12º | 0.86% | 0.99% | - |
| XYZ | 64.33 | 84.8 | 14.57 | - |
| YUV | 217.4 | 25.07 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 35 | 0.13 | 0 | 0.86 | 0.01 | 69.12 | 0.97 | 0.56 |
| Hex | DB | FC | 23 | D | 0 | 56 | 1 | 45 | 61 | 38 |
| Octal | 333 | 374 | 43 | 15 | 0 | 126 | 1 | 105 | 141 | 70 |
| Binary | 11011011 | 11111100 | 100011 | 1101 | 0 | 1010110 | 1 | 1000101 | 1100001 | 111000 |
Color Harmonies of #DBFC23
Complementary color
Monochromatic Colors of #DBFC23
Black with #DBFC23
Text Example
Text Example
White with #DBFC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC23; }
p { color: rgb(219,252,35); }
H1.HeaderClassName
{
color: #DBFC23;
}
.AnyTagClassName
{
color: #DBFC23;
}
</style>
background-color css
<style>
a { background-color: #DBFC23; }
a { background-color: rgb(219,252,35); }
div.DivClassName
{
background-color: #DBFC23;
}
.BgClassName
{
background-color: #DBFC23;
}
</style>
border-color css
<style>
span { border-color: #DBFC23; }
span { border-color: rgb(219,252,35); }
td.TdClassName
{
border-color: #DBFC23;
}
.TagClassName
{
border-color: #DBFC23;
}
</style>