Shades of Pear #DEF13C
Tints of Pear #DEF13C
RGB
CMYK
RGB Variations
Color information
#DEF13C (or 0xDEF13C) is known color: Pear. HEX triplet: DE, F1 and 3C. RGB value is (222,241,60). Sum of RGB (Red+Green+Blue) = 222+241+60=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 60 (23.83% from 255 or 11.47% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF13C is #210EC3. Grayscale: #D7D7D7. Windows color (decimal): -2166468 or 3994078. OLE color: 3994078.
HSL color Cylindrical-coordinate representation of color #DEF13C: hue angle of 66.3º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEF13C is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 60 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.05 |
| HSL | 66.3º | 0.87% | 0.59% | - |
| HSV(B) | 66.3º | 0.75% | 0.95% | - |
| XYZ | 62.4 | 78.77 | 16.19 | - |
| YUV | 214.69 | 40.71 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 60 | 0.08 | 0 | 0.75 | 0.05 | 66.3 | 0.87 | 0.59 |
| Hex | DE | F1 | 3C | 8 | 0 | 4B | 5 | 42 | 57 | 3B |
| Octal | 336 | 361 | 74 | 10 | 0 | 113 | 5 | 102 | 127 | 73 |
| Binary | 11011110 | 11110001 | 111100 | 1000 | 0 | 1001011 | 101 | 1000010 | 1010111 | 111011 |
Color Harmonies of #DEF13C
Complementary color
Monochromatic Colors of #DEF13C
Black with #DEF13C
Text Example
Text Example
White with #DEF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF13C; }
p { color: rgb(222,241,60); }
H1.HeaderClassName
{
color: #DEF13C;
}
.AnyTagClassName
{
color: #DEF13C;
}
</style>
background-color css
<style>
a { background-color: #DEF13C; }
a { background-color: rgb(222,241,60); }
div.DivClassName
{
background-color: #DEF13C;
}
.BgClassName
{
background-color: #DEF13C;
}
</style>
border-color css
<style>
span { border-color: #DEF13C; }
span { border-color: rgb(222,241,60); }
td.TdClassName
{
border-color: #DEF13C;
}
.TagClassName
{
border-color: #DEF13C;
}
</style>