Shades of Pear #DAF627
Tints of Pear #DAF627
RGB
CMYK
RGB Variations
Color information
#DAF627 (or 0xDAF627) is known color: Pear. HEX triplet: DA, F6 and 27. RGB value is (218,246,39). Sum of RGB (Red+Green+Blue) = 218+246+39=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 39 (15.62% from 255 or 7.75% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF627 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF627 is #2509D8. Grayscale: #D6D6D6. Windows color (decimal): -2427353 or 2619098. OLE color: 2619098.
HSL color Cylindrical-coordinate representation of color #DAF627: hue angle of 68.12º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAF627 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 39 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.04 |
| HSL | 68.12º | 0.92% | 0.56% | - |
| HSV(B) | 68.12º | 0.84% | 0.96% | - |
| XYZ | 62.24 | 80.96 | 14.27 | - |
| YUV | 214.03 | 29.22 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 39 | 0.11 | 0 | 0.84 | 0.04 | 68.12 | 0.92 | 0.56 |
| Hex | DA | F6 | 27 | B | 0 | 54 | 4 | 44 | 5C | 38 |
| Octal | 332 | 366 | 47 | 13 | 0 | 124 | 4 | 104 | 134 | 70 |
| Binary | 11011010 | 11110110 | 100111 | 1011 | 0 | 1010100 | 100 | 1000100 | 1011100 | 111000 |
Color Harmonies of #DAF627
Complementary color
Monochromatic Colors of #DAF627
Black with #DAF627
Text Example
Text Example
White with #DAF627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF627; }
p { color: rgb(218,246,39); }
H1.HeaderClassName
{
color: #DAF627;
}
.AnyTagClassName
{
color: #DAF627;
}
</style>
background-color css
<style>
a { background-color: #DAF627; }
a { background-color: rgb(218,246,39); }
div.DivClassName
{
background-color: #DAF627;
}
.BgClassName
{
background-color: #DAF627;
}
</style>
border-color css
<style>
span { border-color: #DAF627; }
span { border-color: rgb(218,246,39); }
td.TdClassName
{
border-color: #DAF627;
}
.TagClassName
{
border-color: #DAF627;
}
</style>