Shades of Pear #DAF323
Tints of Pear #DAF323
RGB
CMYK
RGB Variations
Color information
#DAF323 (or 0xDAF323) is known color: Pear. HEX triplet: DA, F3 and 23. RGB value is (218,243,35). Sum of RGB (Red+Green+Blue) = 218+243+35=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 35 (14.06% from 255 or 7.06% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF323 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF323 is #250CDC. Grayscale: #D4D4D4. Windows color (decimal): -2428125 or 2356186. OLE color: 2356186.
HSL color Cylindrical-coordinate representation of color #DAF323: hue angle of 67.21º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAF323 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 35 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.05 |
| HSL | 67.21º | 0.9% | 0.55% | - |
| HSV(B) | 67.21º | 0.86% | 0.95% | - |
| XYZ | 61.27 | 79.13 | 13.63 | - |
| YUV | 211.81 | 28.22 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 35 | 0.10 | 0 | 0.86 | 0.05 | 67.21 | 0.9 | 0.55 |
| Hex | DA | F3 | 23 | A | 0 | 56 | 5 | 43 | 5A | 37 |
| Octal | 332 | 363 | 43 | 12 | 0 | 126 | 5 | 103 | 132 | 67 |
| Binary | 11011010 | 11110011 | 100011 | 1010 | 0 | 1010110 | 101 | 1000011 | 1011010 | 110111 |
Color Harmonies of #DAF323
Complementary color
Monochromatic Colors of #DAF323
Black with #DAF323
Text Example
Text Example
White with #DAF323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF323; }
p { color: rgb(218,243,35); }
H1.HeaderClassName
{
color: #DAF323;
}
.AnyTagClassName
{
color: #DAF323;
}
</style>
background-color css
<style>
a { background-color: #DAF323; }
a { background-color: rgb(218,243,35); }
div.DivClassName
{
background-color: #DAF323;
}
.BgClassName
{
background-color: #DAF323;
}
</style>
border-color css
<style>
span { border-color: #DAF323; }
span { border-color: rgb(218,243,35); }
td.TdClassName
{
border-color: #DAF323;
}
.TagClassName
{
border-color: #DAF323;
}
</style>