Shades of Pear #DAF23B
Tints of Pear #DAF23B
RGB
CMYK
RGB Variations
Color information
#DAF23B (or 0xDAF23B) is known color: Pear. HEX triplet: DA, F2 and 3B. RGB value is (218,242,59). Sum of RGB (Red+Green+Blue) = 218+242+59=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 59 (23.44% from 255 or 11.37% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF23B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF23B is #250DC4. Grayscale: #D6D6D6. Windows color (decimal): -2428357 or 3928794. OLE color: 3928794.
HSL color Cylindrical-coordinate representation of color #DAF23B: hue angle of 67.87º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAF23B is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 59 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.05 |
| HSL | 67.87º | 0.88% | 0.59% | - |
| HSV(B) | 67.87º | 0.76% | 0.95% | - |
| XYZ | 61.45 | 78.73 | 16.09 | - |
| YUV | 213.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 59 | 0.10 | 0 | 0.76 | 0.05 | 67.87 | 0.88 | 0.59 |
| Hex | DA | F2 | 3B | A | 0 | 4C | 5 | 44 | 58 | 3B |
| Octal | 332 | 362 | 73 | 12 | 0 | 114 | 5 | 104 | 130 | 73 |
| Binary | 11011010 | 11110010 | 111011 | 1010 | 0 | 1001100 | 101 | 1000100 | 1011000 | 111011 |
Color Harmonies of #DAF23B
Complementary color
Monochromatic Colors of #DAF23B
Black with #DAF23B
Text Example
Text Example
White with #DAF23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF23B; }
p { color: rgb(218,242,59); }
H1.HeaderClassName
{
color: #DAF23B;
}
.AnyTagClassName
{
color: #DAF23B;
}
</style>
background-color css
<style>
a { background-color: #DAF23B; }
a { background-color: rgb(218,242,59); }
div.DivClassName
{
background-color: #DAF23B;
}
.BgClassName
{
background-color: #DAF23B;
}
</style>
border-color css
<style>
span { border-color: #DAF23B; }
span { border-color: rgb(218,242,59); }
td.TdClassName
{
border-color: #DAF23B;
}
.TagClassName
{
border-color: #DAF23B;
}
</style>