Shades of Pear #DAF23A
Tints of Pear #DAF23A
RGB
CMYK
RGB Variations
Color information
#DAF23A (or 0xDAF23A) is known color: Pear. HEX triplet: DA, F2 and 3A. RGB value is (218,242,58). Sum of RGB (Red+Green+Blue) = 218+242+58=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF23A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF23A is #250DC5. Grayscale: #D6D6D6. Windows color (decimal): -2428358 or 3863258. OLE color: 3863258.
HSL color Cylindrical-coordinate representation of color #DAF23A: hue angle of 67.83º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAF23A is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 58 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.05 |
| HSL | 67.83º | 0.88% | 0.59% | - |
| HSV(B) | 67.83º | 0.76% | 0.95% | - |
| XYZ | 61.43 | 78.72 | 15.96 | - |
| YUV | 213.85 | 40.05 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 58 | 0.10 | 0 | 0.76 | 0.05 | 67.83 | 0.88 | 0.59 |
| Hex | DA | F2 | 3A | A | 0 | 4C | 5 | 44 | 58 | 3B |
| Octal | 332 | 362 | 72 | 12 | 0 | 114 | 5 | 104 | 130 | 73 |
| Binary | 11011010 | 11110010 | 111010 | 1010 | 0 | 1001100 | 101 | 1000100 | 1011000 | 111011 |
Color Harmonies of #DAF23A
Complementary color
Monochromatic Colors of #DAF23A
Black with #DAF23A
Text Example
Text Example
White with #DAF23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF23A; }
p { color: rgb(218,242,58); }
H1.HeaderClassName
{
color: #DAF23A;
}
.AnyTagClassName
{
color: #DAF23A;
}
</style>
background-color css
<style>
a { background-color: #DAF23A; }
a { background-color: rgb(218,242,58); }
div.DivClassName
{
background-color: #DAF23A;
}
.BgClassName
{
background-color: #DAF23A;
}
</style>
border-color css
<style>
span { border-color: #DAF23A; }
span { border-color: rgb(218,242,58); }
td.TdClassName
{
border-color: #DAF23A;
}
.TagClassName
{
border-color: #DAF23A;
}
</style>