Shades of Pear #DAF33E
Tints of Pear #DAF33E
RGB
CMYK
RGB Variations
Color information
#DAF33E (or 0xDAF33E) is known color: Pear. HEX triplet: DA, F3 and 3E. RGB value is (218,243,62). Sum of RGB (Red+Green+Blue) = 218+243+62=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 62 (24.61% from 255 or 11.85% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF33E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF33E is #250CC1. Grayscale: #D7D7D7. Windows color (decimal): -2428098 or 4125658. OLE color: 4125658.
HSL color Cylindrical-coordinate representation of color #DAF33E: hue angle of 68.29º 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 #DAF33E is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 62 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.05 |
| HSL | 68.29º | 0.88% | 0.6% | - |
| HSV(B) | 68.29º | 0.74% | 0.95% | - |
| XYZ | 61.83 | 79.35 | 16.62 | - |
| YUV | 214.89 | 41.72 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 62 | 0.10 | 0 | 0.74 | 0.05 | 68.29 | 0.88 | 0.6 |
| Hex | DA | F3 | 3E | A | 0 | 4A | 5 | 44 | 58 | 3C |
| Octal | 332 | 363 | 76 | 12 | 0 | 112 | 5 | 104 | 130 | 74 |
| Binary | 11011010 | 11110011 | 111110 | 1010 | 0 | 1001010 | 101 | 1000100 | 1011000 | 111100 |
Color Harmonies of #DAF33E
Complementary color
Monochromatic Colors of #DAF33E
Black with #DAF33E
Text Example
Text Example
White with #DAF33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF33E; }
p { color: rgb(218,243,62); }
H1.HeaderClassName
{
color: #DAF33E;
}
.AnyTagClassName
{
color: #DAF33E;
}
</style>
background-color css
<style>
a { background-color: #DAF33E; }
a { background-color: rgb(218,243,62); }
div.DivClassName
{
background-color: #DAF33E;
}
.BgClassName
{
background-color: #DAF33E;
}
</style>
border-color css
<style>
span { border-color: #DAF33E; }
span { border-color: rgb(218,243,62); }
td.TdClassName
{
border-color: #DAF33E;
}
.TagClassName
{
border-color: #DAF33E;
}
</style>