Shades of Pear #DAF435
Tints of Pear #DAF435
RGB
CMYK
RGB Variations
Color information
#DAF435 (or 0xDAF435) is known color: Pear. HEX triplet: DA, F4 and 35. RGB value is (218,244,53). Sum of RGB (Red+Green+Blue) = 218+244+53=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 53 (21.09% from 255 or 10.29% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF435 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF435 is #250BCA. Grayscale: #D7D7D7. Windows color (decimal): -2427851 or 3536090. OLE color: 3536090.
HSL color Cylindrical-coordinate representation of color #DAF435: hue angle of 68.17º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAF435 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 53 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.04 |
| HSL | 68.17º | 0.9% | 0.58% | - |
| HSV(B) | 68.17º | 0.78% | 0.96% | - |
| XYZ | 61.91 | 79.86 | 15.52 | - |
| YUV | 214.45 | 36.89 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 53 | 0.11 | 0 | 0.78 | 0.04 | 68.17 | 0.9 | 0.58 |
| Hex | DA | F4 | 35 | B | 0 | 4E | 4 | 44 | 5A | 3A |
| Octal | 332 | 364 | 65 | 13 | 0 | 116 | 4 | 104 | 132 | 72 |
| Binary | 11011010 | 11110100 | 110101 | 1011 | 0 | 1001110 | 100 | 1000100 | 1011010 | 111010 |
Color Harmonies of #DAF435
Complementary color
Monochromatic Colors of #DAF435
Black with #DAF435
Text Example
Text Example
White with #DAF435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF435; }
p { color: rgb(218,244,53); }
H1.HeaderClassName
{
color: #DAF435;
}
.AnyTagClassName
{
color: #DAF435;
}
</style>
background-color css
<style>
a { background-color: #DAF435; }
a { background-color: rgb(218,244,53); }
div.DivClassName
{
background-color: #DAF435;
}
.BgClassName
{
background-color: #DAF435;
}
</style>
border-color css
<style>
span { border-color: #DAF435; }
span { border-color: rgb(218,244,53); }
td.TdClassName
{
border-color: #DAF435;
}
.TagClassName
{
border-color: #DAF435;
}
</style>