Shades of Pear #DAF244
Tints of Pear #DAF244
RGB
CMYK
RGB Variations
Color information
#DAF244 (or 0xDAF244) is known color: Pear. HEX triplet: DA, F2 and 44. RGB value is (218,242,68). Sum of RGB (Red+Green+Blue) = 218+242+68=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 68 (26.95% from 255 or 12.88% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF244 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF244 is #250DBB. Grayscale: #D7D7D7. Windows color (decimal): -2428348 or 4518618. OLE color: 4518618.
HSL color Cylindrical-coordinate representation of color #DAF244: hue angle of 68.28º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAF244 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 68 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.05 |
| HSL | 68.28º | 0.87% | 0.61% | - |
| HSV(B) | 68.28º | 0.72% | 0.95% | - |
| XYZ | 61.71 | 78.83 | 17.43 | - |
| YUV | 214.99 | 45.05 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 68 | 0.10 | 0 | 0.72 | 0.05 | 68.28 | 0.87 | 0.61 |
| Hex | DA | F2 | 44 | A | 0 | 48 | 5 | 44 | 57 | 3D |
| Octal | 332 | 362 | 104 | 12 | 0 | 110 | 5 | 104 | 127 | 75 |
| Binary | 11011010 | 11110010 | 1000100 | 1010 | 0 | 1001000 | 101 | 1000100 | 1010111 | 111101 |
Color Harmonies of #DAF244
Complementary color
Monochromatic Colors of #DAF244
Black with #DAF244
Text Example
Text Example
White with #DAF244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF244; }
p { color: rgb(218,242,68); }
H1.HeaderClassName
{
color: #DAF244;
}
.AnyTagClassName
{
color: #DAF244;
}
</style>
background-color css
<style>
a { background-color: #DAF244; }
a { background-color: rgb(218,242,68); }
div.DivClassName
{
background-color: #DAF244;
}
.BgClassName
{
background-color: #DAF244;
}
</style>
border-color css
<style>
span { border-color: #DAF244; }
span { border-color: rgb(218,242,68); }
td.TdClassName
{
border-color: #DAF244;
}
.TagClassName
{
border-color: #DAF244;
}
</style>