Shades of Pear #CEFF2D
Tints of Pear #CEFF2D
RGB
CMYK
RGB Variations
Color information
#CEFF2D (or 0xCEFF2D) is known color: Pear. HEX triplet: CE, FF and 2D. RGB value is (206,255,45). Sum of RGB (Red+Green+Blue) = 206+255+45=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 45 (17.97% from 255 or 8.89% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF2D is #3100D2. Grayscale: #D9D9D9. Windows color (decimal): -3211475 or 3014606. OLE color: 3014606.
HSL color Cylindrical-coordinate representation of color #CEFF2D: hue angle of 74º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEFF2D is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 45 | - |
| CMYK | 0.19 | 0 | 0.82 | 0 |
| HSL | 74º | 1% | 0.59% | - |
| HSV(B) | 74º | 0.82% | 1% | - |
| XYZ | 61.69 | 84.83 | 15.61 | - |
| YUV | 216.41 | 31.27 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 45 | 0.19 | 0 | 0.82 | 0 | 74 | 1 | 0.59 |
| Hex | CE | FF | 2D | 13 | 0 | 52 | 0 | 4A | 64 | 3B |
| Octal | 316 | 377 | 55 | 23 | 0 | 122 | 0 | 112 | 144 | 73 |
| Binary | 11001110 | 11111111 | 101101 | 10011 | 0 | 1010010 | 0 | 1001010 | 1100100 | 111011 |
Color Harmonies of #CEFF2D
Complementary color
Monochromatic Colors of #CEFF2D
Black with #CEFF2D
Text Example
Text Example
White with #CEFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF2D; }
p { color: rgb(206,255,45); }
H1.HeaderClassName
{
color: #CEFF2D;
}
.AnyTagClassName
{
color: #CEFF2D;
}
</style>
background-color css
<style>
a { background-color: #CEFF2D; }
a { background-color: rgb(206,255,45); }
div.DivClassName
{
background-color: #CEFF2D;
}
.BgClassName
{
background-color: #CEFF2D;
}
</style>
border-color css
<style>
span { border-color: #CEFF2D; }
span { border-color: rgb(206,255,45); }
td.TdClassName
{
border-color: #CEFF2D;
}
.TagClassName
{
border-color: #CEFF2D;
}
</style>