Shades of Pear #DAF341
Tints of Pear #DAF341
RGB
CMYK
RGB Variations
Color information
#DAF341 (or 0xDAF341) is known color: Pear. HEX triplet: DA, F3 and 41. RGB value is (218,243,65). Sum of RGB (Red+Green+Blue) = 218+243+65=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 65 (25.78% from 255 or 12.36% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF341 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF341 is #250CBE. Grayscale: #D7D7D7. Windows color (decimal): -2428095 or 4322266. OLE color: 4322266.
HSL color Cylindrical-coordinate representation of color #DAF341: hue angle of 68.43º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAF341 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 65 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.05 |
| HSL | 68.43º | 0.88% | 0.6% | - |
| HSV(B) | 68.43º | 0.73% | 0.95% | - |
| XYZ | 61.92 | 79.39 | 17.06 | - |
| YUV | 215.23 | 43.22 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 65 | 0.10 | 0 | 0.73 | 0.05 | 68.43 | 0.88 | 0.6 |
| Hex | DA | F3 | 41 | A | 0 | 49 | 5 | 44 | 58 | 3C |
| Octal | 332 | 363 | 101 | 12 | 0 | 111 | 5 | 104 | 130 | 74 |
| Binary | 11011010 | 11110011 | 1000001 | 1010 | 0 | 1001001 | 101 | 1000100 | 1011000 | 111100 |
Color Harmonies of #DAF341
Complementary color
Monochromatic Colors of #DAF341
Black with #DAF341
Text Example
Text Example
White with #DAF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF341; }
p { color: rgb(218,243,65); }
H1.HeaderClassName
{
color: #DAF341;
}
.AnyTagClassName
{
color: #DAF341;
}
</style>
background-color css
<style>
a { background-color: #DAF341; }
a { background-color: rgb(218,243,65); }
div.DivClassName
{
background-color: #DAF341;
}
.BgClassName
{
background-color: #DAF341;
}
</style>
border-color css
<style>
span { border-color: #DAF341; }
span { border-color: rgb(218,243,65); }
td.TdClassName
{
border-color: #DAF341;
}
.TagClassName
{
border-color: #DAF341;
}
</style>