Shades of Pear #DAFF33
Tints of Pear #DAFF33
RGB
CMYK
RGB Variations
Color information
#DAFF33 (or 0xDAFF33) is known color: Pear. HEX triplet: DA, FF and 33. RGB value is (218,255,51). Sum of RGB (Red+Green+Blue) = 218+255+51=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 51 (20.31% from 255 or 9.73% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF33 is #2500CC. Grayscale: #DDDDDD. Windows color (decimal): -2425037 or 3407834. OLE color: 3407834.
HSL color Cylindrical-coordinate representation of color #DAFF33: hue angle of 70.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAFF33 is Cyan = 0.15, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 51 | - |
| CMYK | 0.15 | 0 | 0.8 | 0 |
| HSL | 70.88º | 1% | 0.6% | - |
| HSV(B) | 70.88º | 0.8% | 1% | - |
| XYZ | 65.27 | 86.66 | 16.42 | - |
| YUV | 220.68 | 32.24 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 51 | 0.15 | 0 | 0.8 | 0 | 70.88 | 1 | 0.6 |
| Hex | DA | FF | 33 | F | 0 | 50 | 0 | 47 | 64 | 3C |
| Octal | 332 | 377 | 63 | 17 | 0 | 120 | 0 | 107 | 144 | 74 |
| Binary | 11011010 | 11111111 | 110011 | 1111 | 0 | 1010000 | 0 | 1000111 | 1100100 | 111100 |
Color Harmonies of #DAFF33
Complementary color
Monochromatic Colors of #DAFF33
Black with #DAFF33
Text Example
Text Example
White with #DAFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF33; }
p { color: rgb(218,255,51); }
H1.HeaderClassName
{
color: #DAFF33;
}
.AnyTagClassName
{
color: #DAFF33;
}
</style>
background-color css
<style>
a { background-color: #DAFF33; }
a { background-color: rgb(218,255,51); }
div.DivClassName
{
background-color: #DAFF33;
}
.BgClassName
{
background-color: #DAFF33;
}
</style>
border-color css
<style>
span { border-color: #DAFF33; }
span { border-color: rgb(218,255,51); }
td.TdClassName
{
border-color: #DAFF33;
}
.TagClassName
{
border-color: #DAFF33;
}
</style>