Shades of Pear #CEFA31
Tints of Pear #CEFA31
RGB
CMYK
RGB Variations
Color information
#CEFA31 (or 0xCEFA31) is known color: Pear. HEX triplet: CE, FA and 31. RGB value is (206,250,49). Sum of RGB (Red+Green+Blue) = 206+250+49=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 49 (19.53% from 255 or 9.70% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA31 is #3105CE. Grayscale: #D6D6D6. Windows color (decimal): -3212751 or 3275470. OLE color: 3275470.
HSL color Cylindrical-coordinate representation of color #CEFA31: hue angle of 73.13º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEFA31 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 49 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.02 |
| HSL | 73.13º | 0.95% | 0.59% | - |
| HSV(B) | 73.13º | 0.8% | 0.98% | - |
| XYZ | 60.19 | 81.71 | 15.51 | - |
| YUV | 213.93 | 34.92 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 49 | 0.18 | 0 | 0.80 | 0.02 | 73.13 | 0.95 | 0.59 |
| Hex | CE | FA | 31 | 12 | 0 | 50 | 2 | 49 | 5F | 3B |
| Octal | 316 | 372 | 61 | 22 | 0 | 120 | 2 | 111 | 137 | 73 |
| Binary | 11001110 | 11111010 | 110001 | 10010 | 0 | 1010000 | 10 | 1001001 | 1011111 | 111011 |
Color Harmonies of #CEFA31
Complementary color
Monochromatic Colors of #CEFA31
Black with #CEFA31
Text Example
Text Example
White with #CEFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA31; }
p { color: rgb(206,250,49); }
H1.HeaderClassName
{
color: #CEFA31;
}
.AnyTagClassName
{
color: #CEFA31;
}
</style>
background-color css
<style>
a { background-color: #CEFA31; }
a { background-color: rgb(206,250,49); }
div.DivClassName
{
background-color: #CEFA31;
}
.BgClassName
{
background-color: #CEFA31;
}
</style>
border-color css
<style>
span { border-color: #CEFA31; }
span { border-color: rgb(206,250,49); }
td.TdClassName
{
border-color: #CEFA31;
}
.TagClassName
{
border-color: #CEFA31;
}
</style>