Shades of Pear #DAF344
Tints of Pear #DAF344
RGB
CMYK
RGB Variations
Color information
#DAF344 (or 0xDAF344) is known color: Pear. HEX triplet: DA, F3 and 44. RGB value is (218,243,68). Sum of RGB (Red+Green+Blue) = 218+243+68=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 68 (26.95% from 255 or 12.85% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF344 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF344 is #250CBB. Grayscale: #D8D8D8. Windows color (decimal): -2428092 or 4518874. OLE color: 4518874.
HSL color Cylindrical-coordinate representation of color #DAF344: hue angle of 68.57º degrees, saturation: 0.88, 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 #DAF344 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 68 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.05 |
| HSL | 68.57º | 0.88% | 0.61% | - |
| HSV(B) | 68.57º | 0.72% | 0.95% | - |
| XYZ | 62.01 | 79.42 | 17.53 | - |
| YUV | 215.58 | 44.72 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 68 | 0.10 | 0 | 0.72 | 0.05 | 68.57 | 0.88 | 0.61 |
| Hex | DA | F3 | 44 | A | 0 | 48 | 5 | 45 | 58 | 3D |
| Octal | 332 | 363 | 104 | 12 | 0 | 110 | 5 | 105 | 130 | 75 |
| Binary | 11011010 | 11110011 | 1000100 | 1010 | 0 | 1001000 | 101 | 1000101 | 1011000 | 111101 |
Color Harmonies of #DAF344
Complementary color
Monochromatic Colors of #DAF344
Black with #DAF344
Text Example
Text Example
White with #DAF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF344; }
p { color: rgb(218,243,68); }
H1.HeaderClassName
{
color: #DAF344;
}
.AnyTagClassName
{
color: #DAF344;
}
</style>
background-color css
<style>
a { background-color: #DAF344; }
a { background-color: rgb(218,243,68); }
div.DivClassName
{
background-color: #DAF344;
}
.BgClassName
{
background-color: #DAF344;
}
</style>
border-color css
<style>
span { border-color: #DAF344; }
span { border-color: rgb(218,243,68); }
td.TdClassName
{
border-color: #DAF344;
}
.TagClassName
{
border-color: #DAF344;
}
</style>