Shades of Pear #DAF130
Tints of Pear #DAF130
RGB
CMYK
RGB Variations
Color information
#DAF130 (or 0xDAF130) is known color: Pear. HEX triplet: DA, F1 and 30. RGB value is (218,241,48). Sum of RGB (Red+Green+Blue) = 218+241+48=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 48 (19.14% from 255 or 9.47% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF130 is #250ECF. Grayscale: #D4D4D4. Windows color (decimal): -2428624 or 3207642. OLE color: 3207642.
HSL color Cylindrical-coordinate representation of color #DAF130: hue angle of 67.15º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAF130 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 48 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.05 |
| HSL | 67.15º | 0.87% | 0.57% | - |
| HSV(B) | 67.15º | 0.8% | 0.95% | - |
| XYZ | 60.9 | 78.03 | 14.65 | - |
| YUV | 212.12 | 35.38 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 48 | 0.10 | 0 | 0.80 | 0.05 | 67.15 | 0.87 | 0.57 |
| Hex | DA | F1 | 30 | A | 0 | 50 | 5 | 43 | 57 | 39 |
| Octal | 332 | 361 | 60 | 12 | 0 | 120 | 5 | 103 | 127 | 71 |
| Binary | 11011010 | 11110001 | 110000 | 1010 | 0 | 1010000 | 101 | 1000011 | 1010111 | 111001 |
Color Harmonies of #DAF130
Complementary color
Monochromatic Colors of #DAF130
Black with #DAF130
Text Example
Text Example
White with #DAF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF130; }
p { color: rgb(218,241,48); }
H1.HeaderClassName
{
color: #DAF130;
}
.AnyTagClassName
{
color: #DAF130;
}
</style>
background-color css
<style>
a { background-color: #DAF130; }
a { background-color: rgb(218,241,48); }
div.DivClassName
{
background-color: #DAF130;
}
.BgClassName
{
background-color: #DAF130;
}
</style>
border-color css
<style>
span { border-color: #DAF130; }
span { border-color: rgb(218,241,48); }
td.TdClassName
{
border-color: #DAF130;
}
.TagClassName
{
border-color: #DAF130;
}
</style>