Shades of Pear #DAF92C
Tints of Pear #DAF92C
RGB
CMYK
RGB Variations
Color information
#DAF92C (or 0xDAF92C) is known color: Pear. HEX triplet: DA, F9 and 2C. RGB value is (218,249,44). Sum of RGB (Red+Green+Blue) = 218+249+44=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 44 (17.58% from 255 or 8.61% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF92C is #2506D3. Grayscale: #D9D9D9. Windows color (decimal): -2426580 or 2947546. OLE color: 2947546.
HSL color Cylindrical-coordinate representation of color #DAF92C: hue angle of 69.07º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAF92C is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 44 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.02 |
| HSL | 69.07º | 0.94% | 0.57% | - |
| HSV(B) | 69.07º | 0.82% | 0.98% | - |
| XYZ | 63.24 | 82.84 | 15.04 | - |
| YUV | 216.36 | 30.73 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 44 | 0.12 | 0 | 0.82 | 0.02 | 69.07 | 0.94 | 0.57 |
| Hex | DA | F9 | 2C | C | 0 | 52 | 2 | 45 | 5E | 39 |
| Octal | 332 | 371 | 54 | 14 | 0 | 122 | 2 | 105 | 136 | 71 |
| Binary | 11011010 | 11111001 | 101100 | 1100 | 0 | 1010010 | 10 | 1000101 | 1011110 | 111001 |
Color Harmonies of #DAF92C
Complementary color
Monochromatic Colors of #DAF92C
Black with #DAF92C
Text Example
Text Example
White with #DAF92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF92C; }
p { color: rgb(218,249,44); }
H1.HeaderClassName
{
color: #DAF92C;
}
.AnyTagClassName
{
color: #DAF92C;
}
</style>
background-color css
<style>
a { background-color: #DAF92C; }
a { background-color: rgb(218,249,44); }
div.DivClassName
{
background-color: #DAF92C;
}
.BgClassName
{
background-color: #DAF92C;
}
</style>
border-color css
<style>
span { border-color: #DAF92C; }
span { border-color: rgb(218,249,44); }
td.TdClassName
{
border-color: #DAF92C;
}
.TagClassName
{
border-color: #DAF92C;
}
</style>