Shades of Pear #DAF33F
Tints of Pear #DAF33F
RGB
CMYK
RGB Variations
Color information
#DAF33F (or 0xDAF33F) is known color: Pear. HEX triplet: DA, F3 and 3F. RGB value is (218,243,63). Sum of RGB (Red+Green+Blue) = 218+243+63=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 63 (25% from 255 or 12.02% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF33F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF33F is #250CC0. Grayscale: #D7D7D7. Windows color (decimal): -2428097 or 4191194. OLE color: 4191194.
HSL color Cylindrical-coordinate representation of color #DAF33F: hue angle of 68.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAF33F is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 63 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.05 |
| HSL | 68.33º | 0.88% | 0.6% | - |
| HSV(B) | 68.33º | 0.74% | 0.95% | - |
| XYZ | 61.86 | 79.37 | 16.76 | - |
| YUV | 215.01 | 42.22 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 63 | 0.10 | 0 | 0.74 | 0.05 | 68.33 | 0.88 | 0.6 |
| Hex | DA | F3 | 3F | A | 0 | 4A | 5 | 44 | 58 | 3C |
| Octal | 332 | 363 | 77 | 12 | 0 | 112 | 5 | 104 | 130 | 74 |
| Binary | 11011010 | 11110011 | 111111 | 1010 | 0 | 1001010 | 101 | 1000100 | 1011000 | 111100 |
Color Harmonies of #DAF33F
Complementary color
Monochromatic Colors of #DAF33F
Black with #DAF33F
Text Example
Text Example
White with #DAF33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF33F; }
p { color: rgb(218,243,63); }
H1.HeaderClassName
{
color: #DAF33F;
}
.AnyTagClassName
{
color: #DAF33F;
}
</style>
background-color css
<style>
a { background-color: #DAF33F; }
a { background-color: rgb(218,243,63); }
div.DivClassName
{
background-color: #DAF33F;
}
.BgClassName
{
background-color: #DAF33F;
}
</style>
border-color css
<style>
span { border-color: #DAF33F; }
span { border-color: rgb(218,243,63); }
td.TdClassName
{
border-color: #DAF33F;
}
.TagClassName
{
border-color: #DAF33F;
}
</style>