Shades of Pear #CFE323
Tints of Pear #CFE323
RGB
CMYK
RGB Variations
Color information
#CFE323 (or 0xCFE323) is known color: Pear. HEX triplet: CF, E3 and 23. RGB value is (207,227,35). Sum of RGB (Red+Green+Blue) = 207+227+35=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE323 is #301CDC. Grayscale: #C7C7C7. Windows color (decimal): -3153117 or 2352079. OLE color: 2352079.
HSL color Cylindrical-coordinate representation of color #CFE323: hue angle of 66.25º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFE323 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 35 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.11 |
| HSL | 66.25º | 0.77% | 0.51% | - |
| HSV(B) | 66.25º | 0.85% | 0.89% | - |
| XYZ | 53.5 | 68.32 | 11.96 | - |
| YUV | 199.13 | 35.37 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 35 | 0.09 | 0 | 0.85 | 0.11 | 66.25 | 0.77 | 0.51 |
| Hex | CF | E3 | 23 | 9 | 0 | 55 | B | 42 | 4D | 33 |
| Octal | 317 | 343 | 43 | 11 | 0 | 125 | 13 | 102 | 115 | 63 |
| Binary | 11001111 | 11100011 | 100011 | 1001 | 0 | 1010101 | 1011 | 1000010 | 1001101 | 110011 |
Color Harmonies of #CFE323
Complementary color
Monochromatic Colors of #CFE323
Black with #CFE323
Text Example
Text Example
White with #CFE323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE323; }
p { color: rgb(207,227,35); }
H1.HeaderClassName
{
color: #CFE323;
}
.AnyTagClassName
{
color: #CFE323;
}
</style>
background-color css
<style>
a { background-color: #CFE323; }
a { background-color: rgb(207,227,35); }
div.DivClassName
{
background-color: #CFE323;
}
.BgClassName
{
background-color: #CFE323;
}
</style>
border-color css
<style>
span { border-color: #CFE323; }
span { border-color: rgb(207,227,35); }
td.TdClassName
{
border-color: #CFE323;
}
.TagClassName
{
border-color: #CFE323;
}
</style>