Shades of Pear #DAFA34
Tints of Pear #DAFA34
RGB
CMYK
RGB Variations
Color information
#DAFA34 (or 0xDAFA34) is known color: Pear. HEX triplet: DA, FA and 34. RGB value is (218,250,52). Sum of RGB (Red+Green+Blue) = 218+250+52=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 52 (20.70% from 255 or 10% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA34 is #2505CB. Grayscale: #DADADA. Windows color (decimal): -2426316 or 3472090. OLE color: 3472090.
HSL color Cylindrical-coordinate representation of color #DAFA34: hue angle of 69.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAFA34 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 52 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.02 |
| HSL | 69.7º | 0.95% | 0.59% | - |
| HSV(B) | 69.7º | 0.79% | 0.98% | - |
| XYZ | 63.72 | 83.52 | 16.01 | - |
| YUV | 217.86 | 34.4 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 52 | 0.13 | 0 | 0.79 | 0.02 | 69.7 | 0.95 | 0.59 |
| Hex | DA | FA | 34 | D | 0 | 4F | 2 | 46 | 5F | 3B |
| Octal | 332 | 372 | 64 | 15 | 0 | 117 | 2 | 106 | 137 | 73 |
| Binary | 11011010 | 11111010 | 110100 | 1101 | 0 | 1001111 | 10 | 1000110 | 1011111 | 111011 |
Color Harmonies of #DAFA34
Complementary color
Monochromatic Colors of #DAFA34
Black with #DAFA34
Text Example
Text Example
White with #DAFA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA34; }
p { color: rgb(218,250,52); }
H1.HeaderClassName
{
color: #DAFA34;
}
.AnyTagClassName
{
color: #DAFA34;
}
</style>
background-color css
<style>
a { background-color: #DAFA34; }
a { background-color: rgb(218,250,52); }
div.DivClassName
{
background-color: #DAFA34;
}
.BgClassName
{
background-color: #DAFA34;
}
</style>
border-color css
<style>
span { border-color: #DAFA34; }
span { border-color: rgb(218,250,52); }
td.TdClassName
{
border-color: #DAFA34;
}
.TagClassName
{
border-color: #DAFA34;
}
</style>