Shades of Pear #CFEA33
Tints of Pear #CFEA33
RGB
CMYK
RGB Variations
Color information
#CFEA33 (or 0xCFEA33) is known color: Pear. HEX triplet: CF, EA and 33. RGB value is (207,234,51). Sum of RGB (Red+Green+Blue) = 207+234+51=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA33 is #3015CC. Grayscale: #CDCDCD. Windows color (decimal): -3151309 or 3402447. OLE color: 3402447.
HSL color Cylindrical-coordinate representation of color #CFEA33: hue angle of 68.85º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFEA33 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 51 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.08 |
| HSL | 68.85º | 0.81% | 0.56% | - |
| HSV(B) | 68.85º | 0.78% | 0.92% | - |
| XYZ | 55.75 | 72.35 | 14.16 | - |
| YUV | 205.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 51 | 0.12 | 0 | 0.78 | 0.08 | 68.85 | 0.81 | 0.56 |
| Hex | CF | EA | 33 | C | 0 | 4E | 8 | 45 | 51 | 38 |
| Octal | 317 | 352 | 63 | 14 | 0 | 116 | 10 | 105 | 121 | 70 |
| Binary | 11001111 | 11101010 | 110011 | 1100 | 0 | 1001110 | 1000 | 1000101 | 1010001 | 111000 |
Color Harmonies of #CFEA33
Complementary color
Monochromatic Colors of #CFEA33
Black with #CFEA33
Text Example
Text Example
White with #CFEA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA33; }
p { color: rgb(207,234,51); }
H1.HeaderClassName
{
color: #CFEA33;
}
.AnyTagClassName
{
color: #CFEA33;
}
</style>
background-color css
<style>
a { background-color: #CFEA33; }
a { background-color: rgb(207,234,51); }
div.DivClassName
{
background-color: #CFEA33;
}
.BgClassName
{
background-color: #CFEA33;
}
</style>
border-color css
<style>
span { border-color: #CFEA33; }
span { border-color: rgb(207,234,51); }
td.TdClassName
{
border-color: #CFEA33;
}
.TagClassName
{
border-color: #CFEA33;
}
</style>