Shades of Pear #DAF342
Tints of Pear #DAF342
RGB
CMYK
RGB Variations
Color information
#DAF342 (or 0xDAF342) is known color: Pear. HEX triplet: DA, F3 and 42. RGB value is (218,243,66). Sum of RGB (Red+Green+Blue) = 218+243+66=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 66 (26.17% from 255 or 12.52% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF342 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF342 is #250CBD. Grayscale: #D8D8D8. Windows color (decimal): -2428094 or 4387802. OLE color: 4387802.
HSL color Cylindrical-coordinate representation of color #DAF342: hue angle of 68.47º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAF342 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 66 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.05 |
| HSL | 68.47º | 0.88% | 0.61% | - |
| HSV(B) | 68.47º | 0.73% | 0.95% | - |
| XYZ | 61.95 | 79.4 | 17.22 | - |
| YUV | 215.35 | 43.72 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 66 | 0.10 | 0 | 0.73 | 0.05 | 68.47 | 0.88 | 0.61 |
| Hex | DA | F3 | 42 | A | 0 | 49 | 5 | 44 | 58 | 3D |
| Octal | 332 | 363 | 102 | 12 | 0 | 111 | 5 | 104 | 130 | 75 |
| Binary | 11011010 | 11110011 | 1000010 | 1010 | 0 | 1001001 | 101 | 1000100 | 1011000 | 111101 |
Color Harmonies of #DAF342
Complementary color
Monochromatic Colors of #DAF342
Black with #DAF342
Text Example
Text Example
White with #DAF342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF342; }
p { color: rgb(218,243,66); }
H1.HeaderClassName
{
color: #DAF342;
}
.AnyTagClassName
{
color: #DAF342;
}
</style>
background-color css
<style>
a { background-color: #DAF342; }
a { background-color: rgb(218,243,66); }
div.DivClassName
{
background-color: #DAF342;
}
.BgClassName
{
background-color: #DAF342;
}
</style>
border-color css
<style>
span { border-color: #DAF342; }
span { border-color: rgb(218,243,66); }
td.TdClassName
{
border-color: #DAF342;
}
.TagClassName
{
border-color: #DAF342;
}
</style>