Shades of Pear #DAF146
Tints of Pear #DAF146
RGB
CMYK
RGB Variations
Color information
#DAF146 (or 0xDAF146) is known color: Pear. HEX triplet: DA, F1 and 46. RGB value is (218,241,70). Sum of RGB (Red+Green+Blue) = 218+241+70=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 70 (27.73% from 255 or 13.23% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF146 is #250EB9. Grayscale: #D7D7D7. Windows color (decimal): -2428602 or 4649434. OLE color: 4649434.
HSL color Cylindrical-coordinate representation of color #DAF146: hue angle of 68.07º degrees, saturation: 0.86, 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 #DAF146 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 70 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.05 |
| HSL | 68.07º | 0.86% | 0.61% | - |
| HSV(B) | 68.07º | 0.71% | 0.95% | - |
| XYZ | 61.47 | 78.26 | 17.66 | - |
| YUV | 214.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 70 | 0.10 | 0 | 0.71 | 0.05 | 68.07 | 0.86 | 0.61 |
| Hex | DA | F1 | 46 | A | 0 | 47 | 5 | 44 | 56 | 3D |
| Octal | 332 | 361 | 106 | 12 | 0 | 107 | 5 | 104 | 126 | 75 |
| Binary | 11011010 | 11110001 | 1000110 | 1010 | 0 | 1000111 | 101 | 1000100 | 1010110 | 111101 |
Color Harmonies of #DAF146
Complementary color
Monochromatic Colors of #DAF146
Black with #DAF146
Text Example
Text Example
White with #DAF146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF146; }
p { color: rgb(218,241,70); }
H1.HeaderClassName
{
color: #DAF146;
}
.AnyTagClassName
{
color: #DAF146;
}
</style>
background-color css
<style>
a { background-color: #DAF146; }
a { background-color: rgb(218,241,70); }
div.DivClassName
{
background-color: #DAF146;
}
.BgClassName
{
background-color: #DAF146;
}
</style>
border-color css
<style>
span { border-color: #DAF146; }
span { border-color: rgb(218,241,70); }
td.TdClassName
{
border-color: #DAF146;
}
.TagClassName
{
border-color: #DAF146;
}
</style>