Shades of Pear #CEFA28
Tints of Pear #CEFA28
RGB
CMYK
RGB Variations
Color information
#CEFA28 (or 0xCEFA28) is known color: Pear. HEX triplet: CE, FA and 28. RGB value is (206,250,40). Sum of RGB (Red+Green+Blue) = 206+250+40=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA28 is #3105D7. Grayscale: #D5D5D5. Windows color (decimal): -3212760 or 2685646. OLE color: 2685646.
HSL color Cylindrical-coordinate representation of color #CEFA28: hue angle of 72.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEFA28 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 40 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.02 |
| HSL | 72.57º | 0.95% | 0.57% | - |
| HSV(B) | 72.57º | 0.84% | 0.98% | - |
| XYZ | 60.02 | 81.65 | 14.6 | - |
| YUV | 212.9 | 30.42 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 40 | 0.18 | 0 | 0.84 | 0.02 | 72.57 | 0.95 | 0.57 |
| Hex | CE | FA | 28 | 12 | 0 | 54 | 2 | 49 | 5F | 39 |
| Octal | 316 | 372 | 50 | 22 | 0 | 124 | 2 | 111 | 137 | 71 |
| Binary | 11001110 | 11111010 | 101000 | 10010 | 0 | 1010100 | 10 | 1001001 | 1011111 | 111001 |
Color Harmonies of #CEFA28
Complementary color
Monochromatic Colors of #CEFA28
Black with #CEFA28
Text Example
Text Example
White with #CEFA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA28; }
p { color: rgb(206,250,40); }
H1.HeaderClassName
{
color: #CEFA28;
}
.AnyTagClassName
{
color: #CEFA28;
}
</style>
background-color css
<style>
a { background-color: #CEFA28; }
a { background-color: rgb(206,250,40); }
div.DivClassName
{
background-color: #CEFA28;
}
.BgClassName
{
background-color: #CEFA28;
}
</style>
border-color css
<style>
span { border-color: #CEFA28; }
span { border-color: rgb(206,250,40); }
td.TdClassName
{
border-color: #CEFA28;
}
.TagClassName
{
border-color: #CEFA28;
}
</style>