Shades of Pear #DAF32B
Tints of Pear #DAF32B
RGB
CMYK
RGB Variations
Color information
#DAF32B (or 0xDAF32B) is known color: Pear. HEX triplet: DA, F3 and 2B. RGB value is (218,243,43). Sum of RGB (Red+Green+Blue) = 218+243+43=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 43 (17.19% from 255 or 8.53% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF32B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF32B is #250CD4. Grayscale: #D5D5D5. Windows color (decimal): -2428117 or 2880474. OLE color: 2880474.
HSL color Cylindrical-coordinate representation of color #DAF32B: hue angle of 67.5º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAF32B is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 43 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.05 |
| HSL | 67.5º | 0.89% | 0.56% | - |
| HSV(B) | 67.5º | 0.82% | 0.95% | - |
| XYZ | 61.4 | 79.18 | 14.33 | - |
| YUV | 212.73 | 32.22 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 43 | 0.10 | 0 | 0.82 | 0.05 | 67.5 | 0.89 | 0.56 |
| Hex | DA | F3 | 2B | A | 0 | 52 | 5 | 44 | 59 | 38 |
| Octal | 332 | 363 | 53 | 12 | 0 | 122 | 5 | 104 | 131 | 70 |
| Binary | 11011010 | 11110011 | 101011 | 1010 | 0 | 1010010 | 101 | 1000100 | 1011001 | 111000 |
Color Harmonies of #DAF32B
Complementary color
Monochromatic Colors of #DAF32B
Black with #DAF32B
Text Example
Text Example
White with #DAF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF32B; }
p { color: rgb(218,243,43); }
H1.HeaderClassName
{
color: #DAF32B;
}
.AnyTagClassName
{
color: #DAF32B;
}
</style>
background-color css
<style>
a { background-color: #DAF32B; }
a { background-color: rgb(218,243,43); }
div.DivClassName
{
background-color: #DAF32B;
}
.BgClassName
{
background-color: #DAF32B;
}
</style>
border-color css
<style>
span { border-color: #DAF32B; }
span { border-color: rgb(218,243,43); }
td.TdClassName
{
border-color: #DAF32B;
}
.TagClassName
{
border-color: #DAF32B;
}
</style>