Shades of Pear #DAF145
Tints of Pear #DAF145
RGB
CMYK
RGB Variations
Color information
#DAF145 (or 0xDAF145) is known color: Pear. HEX triplet: DA, F1 and 45. RGB value is (218,241,69). Sum of RGB (Red+Green+Blue) = 218+241+69=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF145 is #250EBA. Grayscale: #D7D7D7. Windows color (decimal): -2428603 or 4583898. OLE color: 4583898.
HSL color Cylindrical-coordinate representation of color #DAF145: hue angle of 68.02º 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 #DAF145 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 69 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.05 |
| HSL | 68.02º | 0.86% | 0.61% | - |
| HSV(B) | 68.02º | 0.71% | 0.95% | - |
| XYZ | 61.44 | 78.25 | 17.49 | - |
| YUV | 214.52 | 45.88 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 69 | 0.10 | 0 | 0.71 | 0.05 | 68.02 | 0.86 | 0.61 |
| Hex | DA | F1 | 45 | A | 0 | 47 | 5 | 44 | 56 | 3D |
| Octal | 332 | 361 | 105 | 12 | 0 | 107 | 5 | 104 | 126 | 75 |
| Binary | 11011010 | 11110001 | 1000101 | 1010 | 0 | 1000111 | 101 | 1000100 | 1010110 | 111101 |
Color Harmonies of #DAF145
Complementary color
Monochromatic Colors of #DAF145
Black with #DAF145
Text Example
Text Example
White with #DAF145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF145; }
p { color: rgb(218,241,69); }
H1.HeaderClassName
{
color: #DAF145;
}
.AnyTagClassName
{
color: #DAF145;
}
</style>
background-color css
<style>
a { background-color: #DAF145; }
a { background-color: rgb(218,241,69); }
div.DivClassName
{
background-color: #DAF145;
}
.BgClassName
{
background-color: #DAF145;
}
</style>
border-color css
<style>
span { border-color: #DAF145; }
span { border-color: rgb(218,241,69); }
td.TdClassName
{
border-color: #DAF145;
}
.TagClassName
{
border-color: #DAF145;
}
</style>