Shades of Pear #CEFF30
Tints of Pear #CEFF30
RGB
CMYK
RGB Variations
Color information
#CEFF30 (or 0xCEFF30) is known color: Pear. HEX triplet: CE, FF and 30. RGB value is (206,255,48). Sum of RGB (Red+Green+Blue) = 206+255+48=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 48 (19.14% from 255 or 9.43% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF30 is #3100CF. Grayscale: #D9D9D9. Windows color (decimal): -3211472 or 3211214. OLE color: 3211214.
HSL color Cylindrical-coordinate representation of color #CEFF30: hue angle of 74.2º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEFF30 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 48 | - |
| CMYK | 0.19 | 0 | 0.81 | 0 |
| HSL | 74.2º | 1% | 0.59% | - |
| HSV(B) | 74.2º | 0.81% | 1% | - |
| XYZ | 61.75 | 84.86 | 15.92 | - |
| YUV | 216.75 | 32.77 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 48 | 0.19 | 0 | 0.81 | 0 | 74.2 | 1 | 0.59 |
| Hex | CE | FF | 30 | 13 | 0 | 51 | 0 | 4A | 64 | 3B |
| Octal | 316 | 377 | 60 | 23 | 0 | 121 | 0 | 112 | 144 | 73 |
| Binary | 11001110 | 11111111 | 110000 | 10011 | 0 | 1010001 | 0 | 1001010 | 1100100 | 111011 |
Color Harmonies of #CEFF30
Complementary color
Monochromatic Colors of #CEFF30
Black with #CEFF30
Text Example
Text Example
White with #CEFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF30; }
p { color: rgb(206,255,48); }
H1.HeaderClassName
{
color: #CEFF30;
}
.AnyTagClassName
{
color: #CEFF30;
}
</style>
background-color css
<style>
a { background-color: #CEFF30; }
a { background-color: rgb(206,255,48); }
div.DivClassName
{
background-color: #CEFF30;
}
.BgClassName
{
background-color: #CEFF30;
}
</style>
border-color css
<style>
span { border-color: #CEFF30; }
span { border-color: rgb(206,255,48); }
td.TdClassName
{
border-color: #CEFF30;
}
.TagClassName
{
border-color: #CEFF30;
}
</style>