Shades of Pear #DAFB32
Tints of Pear #DAFB32
RGB
CMYK
RGB Variations
Color information
#DAFB32 (or 0xDAFB32) is known color: Pear. HEX triplet: DA, FB and 32. RGB value is (218,251,50). Sum of RGB (Red+Green+Blue) = 218+251+50=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 50 (19.92% from 255 or 9.63% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFB32 is #2504CD. Grayscale: #DADADA. Windows color (decimal): -2426062 or 3341274. OLE color: 3341274.
HSL color Cylindrical-coordinate representation of color #DAFB32: hue angle of 69.85º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAFB32 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 50 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.02 |
| HSL | 69.85º | 0.96% | 0.59% | - |
| HSV(B) | 69.85º | 0.8% | 0.98% | - |
| XYZ | 63.99 | 84.13 | 15.88 | - |
| YUV | 218.22 | 33.07 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 50 | 0.13 | 0 | 0.80 | 0.02 | 69.85 | 0.96 | 0.59 |
| Hex | DA | FB | 32 | D | 0 | 50 | 2 | 46 | 60 | 3B |
| Octal | 332 | 373 | 62 | 15 | 0 | 120 | 2 | 106 | 140 | 73 |
| Binary | 11011010 | 11111011 | 110010 | 1101 | 0 | 1010000 | 10 | 1000110 | 1100000 | 111011 |
Color Harmonies of #DAFB32
Complementary color
Monochromatic Colors of #DAFB32
Black with #DAFB32
Text Example
Text Example
White with #DAFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFB32; }
p { color: rgb(218,251,50); }
H1.HeaderClassName
{
color: #DAFB32;
}
.AnyTagClassName
{
color: #DAFB32;
}
</style>
background-color css
<style>
a { background-color: #DAFB32; }
a { background-color: rgb(218,251,50); }
div.DivClassName
{
background-color: #DAFB32;
}
.BgClassName
{
background-color: #DAFB32;
}
</style>
border-color css
<style>
span { border-color: #DAFB32; }
span { border-color: rgb(218,251,50); }
td.TdClassName
{
border-color: #DAFB32;
}
.TagClassName
{
border-color: #DAFB32;
}
</style>