Shades of Pear #DAF630
Tints of Pear #DAF630
RGB
CMYK
RGB Variations
Color information
#DAF630 (or 0xDAF630) is known color: Pear. HEX triplet: DA, F6 and 30. RGB value is (218,246,48). Sum of RGB (Red+Green+Blue) = 218+246+48=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF630 is #2509CF. Grayscale: #D7D7D7. Windows color (decimal): -2427344 or 3208922. OLE color: 3208922.
HSL color Cylindrical-coordinate representation of color #DAF630: hue angle of 68.48º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAF630 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 48 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.04 |
| HSL | 68.48º | 0.92% | 0.58% | - |
| HSV(B) | 68.48º | 0.8% | 0.96% | - |
| XYZ | 62.4 | 81.03 | 15.15 | - |
| YUV | 215.06 | 33.72 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 48 | 0.11 | 0 | 0.80 | 0.04 | 68.48 | 0.92 | 0.58 |
| Hex | DA | F6 | 30 | B | 0 | 50 | 4 | 44 | 5C | 3A |
| Octal | 332 | 366 | 60 | 13 | 0 | 120 | 4 | 104 | 134 | 72 |
| Binary | 11011010 | 11110110 | 110000 | 1011 | 0 | 1010000 | 100 | 1000100 | 1011100 | 111010 |
Color Harmonies of #DAF630
Complementary color
Monochromatic Colors of #DAF630
Black with #DAF630
Text Example
Text Example
White with #DAF630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF630; }
p { color: rgb(218,246,48); }
H1.HeaderClassName
{
color: #DAF630;
}
.AnyTagClassName
{
color: #DAF630;
}
</style>
background-color css
<style>
a { background-color: #DAF630; }
a { background-color: rgb(218,246,48); }
div.DivClassName
{
background-color: #DAF630;
}
.BgClassName
{
background-color: #DAF630;
}
</style>
border-color css
<style>
span { border-color: #DAF630; }
span { border-color: rgb(218,246,48); }
td.TdClassName
{
border-color: #DAF630;
}
.TagClassName
{
border-color: #DAF630;
}
</style>