Shades of Pear #DAF32A
Tints of Pear #DAF32A
RGB
CMYK
RGB Variations
Color information
#DAF32A (or 0xDAF32A) is known color: Pear. HEX triplet: DA, F3 and 2A. RGB value is (218,243,42). Sum of RGB (Red+Green+Blue) = 218+243+42=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 42 (16.80% from 255 or 8.35% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF32A is #250CD5. Grayscale: #D5D5D5. Windows color (decimal): -2428118 or 2814938. OLE color: 2814938.
HSL color Cylindrical-coordinate representation of color #DAF32A: hue angle of 67.46º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAF32A is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 42 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.05 |
| HSL | 67.46º | 0.89% | 0.56% | - |
| HSV(B) | 67.46º | 0.83% | 0.95% | - |
| XYZ | 61.38 | 79.17 | 14.24 | - |
| YUV | 212.61 | 31.72 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 42 | 0.10 | 0 | 0.83 | 0.05 | 67.46 | 0.89 | 0.56 |
| Hex | DA | F3 | 2A | A | 0 | 53 | 5 | 43 | 59 | 38 |
| Octal | 332 | 363 | 52 | 12 | 0 | 123 | 5 | 103 | 131 | 70 |
| Binary | 11011010 | 11110011 | 101010 | 1010 | 0 | 1010011 | 101 | 1000011 | 1011001 | 111000 |
Color Harmonies of #DAF32A
Complementary color
Monochromatic Colors of #DAF32A
Black with #DAF32A
Text Example
Text Example
White with #DAF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF32A; }
p { color: rgb(218,243,42); }
H1.HeaderClassName
{
color: #DAF32A;
}
.AnyTagClassName
{
color: #DAF32A;
}
</style>
background-color css
<style>
a { background-color: #DAF32A; }
a { background-color: rgb(218,243,42); }
div.DivClassName
{
background-color: #DAF32A;
}
.BgClassName
{
background-color: #DAF32A;
}
</style>
border-color css
<style>
span { border-color: #DAF32A; }
span { border-color: rgb(218,243,42); }
td.TdClassName
{
border-color: #DAF32A;
}
.TagClassName
{
border-color: #DAF32A;
}
</style>