Shades of Pear #DAF245
Tints of Pear #DAF245
RGB
CMYK
RGB Variations
Color information
#DAF245 (or 0xDAF245) is known color: Pear. HEX triplet: DA, F2 and 45. RGB value is (218,242,69). Sum of RGB (Red+Green+Blue) = 218+242+69=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF245 is #250DBA. Grayscale: #D7D7D7. Windows color (decimal): -2428347 or 4584154. OLE color: 4584154.
HSL color Cylindrical-coordinate representation of color #DAF245: hue angle of 68.32º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAF245 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 69 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.05 |
| HSL | 68.32º | 0.87% | 0.61% | - |
| HSV(B) | 68.32º | 0.71% | 0.95% | - |
| XYZ | 61.74 | 78.84 | 17.59 | - |
| YUV | 215.1 | 45.55 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 69 | 0.10 | 0 | 0.71 | 0.05 | 68.32 | 0.87 | 0.61 |
| Hex | DA | F2 | 45 | A | 0 | 47 | 5 | 44 | 57 | 3D |
| Octal | 332 | 362 | 105 | 12 | 0 | 107 | 5 | 104 | 127 | 75 |
| Binary | 11011010 | 11110010 | 1000101 | 1010 | 0 | 1000111 | 101 | 1000100 | 1010111 | 111101 |
Color Harmonies of #DAF245
Complementary color
Monochromatic Colors of #DAF245
Black with #DAF245
Text Example
Text Example
White with #DAF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF245; }
p { color: rgb(218,242,69); }
H1.HeaderClassName
{
color: #DAF245;
}
.AnyTagClassName
{
color: #DAF245;
}
</style>
background-color css
<style>
a { background-color: #DAF245; }
a { background-color: rgb(218,242,69); }
div.DivClassName
{
background-color: #DAF245;
}
.BgClassName
{
background-color: #DAF245;
}
</style>
border-color css
<style>
span { border-color: #DAF245; }
span { border-color: rgb(218,242,69); }
td.TdClassName
{
border-color: #DAF245;
}
.TagClassName
{
border-color: #DAF245;
}
</style>