Shades of Pear #DAF326
Tints of Pear #DAF326
RGB
CMYK
RGB Variations
Color information
#DAF326 (or 0xDAF326) is known color: Pear. HEX triplet: DA, F3 and 26. RGB value is (218,243,38). Sum of RGB (Red+Green+Blue) = 218+243+38=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 38 (15.23% from 255 or 7.62% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF326 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF326 is #250CD9. Grayscale: #D4D4D4. Windows color (decimal): -2428122 or 2552794. OLE color: 2552794.
HSL color Cylindrical-coordinate representation of color #DAF326: hue angle of 67.32º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAF326 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 38 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.05 |
| HSL | 67.32º | 0.9% | 0.55% | - |
| HSV(B) | 67.32º | 0.84% | 0.95% | - |
| XYZ | 61.31 | 79.15 | 13.88 | - |
| YUV | 212.16 | 29.72 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 38 | 0.10 | 0 | 0.84 | 0.05 | 67.32 | 0.9 | 0.55 |
| Hex | DA | F3 | 26 | A | 0 | 54 | 5 | 43 | 5A | 37 |
| Octal | 332 | 363 | 46 | 12 | 0 | 124 | 5 | 103 | 132 | 67 |
| Binary | 11011010 | 11110011 | 100110 | 1010 | 0 | 1010100 | 101 | 1000011 | 1011010 | 110111 |
Color Harmonies of #DAF326
Complementary color
Monochromatic Colors of #DAF326
Black with #DAF326
Text Example
Text Example
White with #DAF326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF326; }
p { color: rgb(218,243,38); }
H1.HeaderClassName
{
color: #DAF326;
}
.AnyTagClassName
{
color: #DAF326;
}
</style>
background-color css
<style>
a { background-color: #DAF326; }
a { background-color: rgb(218,243,38); }
div.DivClassName
{
background-color: #DAF326;
}
.BgClassName
{
background-color: #DAF326;
}
</style>
border-color css
<style>
span { border-color: #DAF326; }
span { border-color: rgb(218,243,38); }
td.TdClassName
{
border-color: #DAF326;
}
.TagClassName
{
border-color: #DAF326;
}
</style>