Shades of Pear #DAF338
Tints of Pear #DAF338
RGB
CMYK
RGB Variations
Color information
#DAF338 (or 0xDAF338) is known color: Pear. HEX triplet: DA, F3 and 38. RGB value is (218,243,56). Sum of RGB (Red+Green+Blue) = 218+243+56=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 56 (22.27% from 255 or 10.83% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF338 is #250CC7. Grayscale: #D6D6D6. Windows color (decimal): -2428104 or 3732442. OLE color: 3732442.
HSL color Cylindrical-coordinate representation of color #DAF338: hue angle of 68.02º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAF338 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 56 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.05 |
| HSL | 68.02º | 0.89% | 0.59% | - |
| HSV(B) | 68.02º | 0.77% | 0.95% | - |
| XYZ | 61.68 | 79.29 | 15.8 | - |
| YUV | 214.21 | 38.72 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 56 | 0.10 | 0 | 0.77 | 0.05 | 68.02 | 0.89 | 0.59 |
| Hex | DA | F3 | 38 | A | 0 | 4D | 5 | 44 | 59 | 3B |
| Octal | 332 | 363 | 70 | 12 | 0 | 115 | 5 | 104 | 131 | 73 |
| Binary | 11011010 | 11110011 | 111000 | 1010 | 0 | 1001101 | 101 | 1000100 | 1011001 | 111011 |
Color Harmonies of #DAF338
Complementary color
Monochromatic Colors of #DAF338
Black with #DAF338
Text Example
Text Example
White with #DAF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF338; }
p { color: rgb(218,243,56); }
H1.HeaderClassName
{
color: #DAF338;
}
.AnyTagClassName
{
color: #DAF338;
}
</style>
background-color css
<style>
a { background-color: #DAF338; }
a { background-color: rgb(218,243,56); }
div.DivClassName
{
background-color: #DAF338;
}
.BgClassName
{
background-color: #DAF338;
}
</style>
border-color css
<style>
span { border-color: #DAF338; }
span { border-color: rgb(218,243,56); }
td.TdClassName
{
border-color: #DAF338;
}
.TagClassName
{
border-color: #DAF338;
}
</style>