Shades of Pear #DAF241
Tints of Pear #DAF241
RGB
CMYK
RGB Variations
Color information
#DAF241 (or 0xDAF241) is known color: Pear. HEX triplet: DA, F2 and 41. RGB value is (218,242,65). Sum of RGB (Red+Green+Blue) = 218+242+65=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF241 is #250DBE. Grayscale: #D7D7D7. Windows color (decimal): -2428351 or 4322010. OLE color: 4322010.
HSL color Cylindrical-coordinate representation of color #DAF241: hue angle of 68.14º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAF241 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 65 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.05 |
| HSL | 68.14º | 0.87% | 0.6% | - |
| HSV(B) | 68.14º | 0.73% | 0.95% | - |
| XYZ | 61.62 | 78.79 | 16.96 | - |
| YUV | 214.65 | 43.55 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 65 | 0.10 | 0 | 0.73 | 0.05 | 68.14 | 0.87 | 0.6 |
| Hex | DA | F2 | 41 | A | 0 | 49 | 5 | 44 | 57 | 3C |
| Octal | 332 | 362 | 101 | 12 | 0 | 111 | 5 | 104 | 127 | 74 |
| Binary | 11011010 | 11110010 | 1000001 | 1010 | 0 | 1001001 | 101 | 1000100 | 1010111 | 111100 |
Color Harmonies of #DAF241
Complementary color
Monochromatic Colors of #DAF241
Black with #DAF241
Text Example
Text Example
White with #DAF241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF241; }
p { color: rgb(218,242,65); }
H1.HeaderClassName
{
color: #DAF241;
}
.AnyTagClassName
{
color: #DAF241;
}
</style>
background-color css
<style>
a { background-color: #DAF241; }
a { background-color: rgb(218,242,65); }
div.DivClassName
{
background-color: #DAF241;
}
.BgClassName
{
background-color: #DAF241;
}
</style>
border-color css
<style>
span { border-color: #DAF241; }
span { border-color: rgb(218,242,65); }
td.TdClassName
{
border-color: #DAF241;
}
.TagClassName
{
border-color: #DAF241;
}
</style>