Shades of Pear #DAF038
Tints of Pear #DAF038
RGB
CMYK
RGB Variations
Color information
#DAF038 (or 0xDAF038) is known color: Pear. HEX triplet: DA, F0 and 38. RGB value is (218,240,56). Sum of RGB (Red+Green+Blue) = 218+240+56=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 56 (22.27% from 255 or 10.89% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF038 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF038 is #250FC7. Grayscale: #D5D5D5. Windows color (decimal): -2428872 or 3731674. OLE color: 3731674.
HSL color Cylindrical-coordinate representation of color #DAF038: hue angle of 67.17º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAF038 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 56 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.06 |
| HSL | 67.17º | 0.86% | 0.58% | - |
| HSV(B) | 67.17º | 0.77% | 0.94% | - |
| XYZ | 60.79 | 77.51 | 15.5 | - |
| YUV | 212.45 | 39.71 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 56 | 0.09 | 0 | 0.77 | 0.06 | 67.17 | 0.86 | 0.58 |
| Hex | DA | F0 | 38 | 9 | 0 | 4D | 6 | 43 | 56 | 3A |
| Octal | 332 | 360 | 70 | 11 | 0 | 115 | 6 | 103 | 126 | 72 |
| Binary | 11011010 | 11110000 | 111000 | 1001 | 0 | 1001101 | 110 | 1000011 | 1010110 | 111010 |
Color Harmonies of #DAF038
Complementary color
Monochromatic Colors of #DAF038
Black with #DAF038
Text Example
Text Example
White with #DAF038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF038; }
p { color: rgb(218,240,56); }
H1.HeaderClassName
{
color: #DAF038;
}
.AnyTagClassName
{
color: #DAF038;
}
</style>
background-color css
<style>
a { background-color: #DAF038; }
a { background-color: rgb(218,240,56); }
div.DivClassName
{
background-color: #DAF038;
}
.BgClassName
{
background-color: #DAF038;
}
</style>
border-color css
<style>
span { border-color: #DAF038; }
span { border-color: rgb(218,240,56); }
td.TdClassName
{
border-color: #DAF038;
}
.TagClassName
{
border-color: #DAF038;
}
</style>