Shades of Pear #CEFA30
Tints of Pear #CEFA30
RGB
CMYK
RGB Variations
Color information
#CEFA30 (or 0xCEFA30) is known color: Pear. HEX triplet: CE, FA and 30. RGB value is (206,250,48). Sum of RGB (Red+Green+Blue) = 206+250+48=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFA30 is #3105CF. Grayscale: #D6D6D6. Windows color (decimal): -3212752 or 3209934. OLE color: 3209934.
HSL color Cylindrical-coordinate representation of color #CEFA30: hue angle of 73.07º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEFA30 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 250 | 48 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.02 |
| HSL | 73.07º | 0.95% | 0.58% | - |
| HSV(B) | 73.07º | 0.81% | 0.98% | - |
| XYZ | 60.17 | 81.71 | 15.4 | - |
| YUV | 213.82 | 34.42 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 250 | 48 | 0.18 | 0 | 0.81 | 0.02 | 73.07 | 0.95 | 0.58 |
| Hex | CE | FA | 30 | 12 | 0 | 51 | 2 | 49 | 5F | 3A |
| Octal | 316 | 372 | 60 | 22 | 0 | 121 | 2 | 111 | 137 | 72 |
| Binary | 11001110 | 11111010 | 110000 | 10010 | 0 | 1010001 | 10 | 1001001 | 1011111 | 111010 |
Color Harmonies of #CEFA30
Complementary color
Monochromatic Colors of #CEFA30
Black with #CEFA30
Text Example
Text Example
White with #CEFA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFA30; }
p { color: rgb(206,250,48); }
H1.HeaderClassName
{
color: #CEFA30;
}
.AnyTagClassName
{
color: #CEFA30;
}
</style>
background-color css
<style>
a { background-color: #CEFA30; }
a { background-color: rgb(206,250,48); }
div.DivClassName
{
background-color: #CEFA30;
}
.BgClassName
{
background-color: #CEFA30;
}
</style>
border-color css
<style>
span { border-color: #CEFA30; }
span { border-color: rgb(206,250,48); }
td.TdClassName
{
border-color: #CEFA30;
}
.TagClassName
{
border-color: #CEFA30;
}
</style>