Shades of Pear #CFE83C
Tints of Pear #CFE83C
RGB
CMYK
RGB Variations
Color information
#CFE83C (or 0xCFE83C) is known color: Pear. HEX triplet: CF, E8 and 3C. RGB value is (207,232,60). Sum of RGB (Red+Green+Blue) = 207+232+60=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE83C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE83C is #3017C3. Grayscale: #CDCDCD. Windows color (decimal): -3151812 or 3991759. OLE color: 3991759.
HSL color Cylindrical-coordinate representation of color #CFE83C: hue angle of 68.72º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFE83C is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 60 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.09 |
| HSL | 68.72º | 0.79% | 0.57% | - |
| HSV(B) | 68.72º | 0.74% | 0.91% | - |
| XYZ | 55.4 | 71.3 | 15.12 | - |
| YUV | 204.92 | 46.22 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 60 | 0.11 | 0 | 0.74 | 0.09 | 68.72 | 0.79 | 0.57 |
| Hex | CF | E8 | 3C | B | 0 | 4A | 9 | 45 | 4F | 39 |
| Octal | 317 | 350 | 74 | 13 | 0 | 112 | 11 | 105 | 117 | 71 |
| Binary | 11001111 | 11101000 | 111100 | 1011 | 0 | 1001010 | 1001 | 1000101 | 1001111 | 111001 |
Color Harmonies of #CFE83C
Complementary color
Monochromatic Colors of #CFE83C
Black with #CFE83C
Text Example
Text Example
White with #CFE83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE83C; }
p { color: rgb(207,232,60); }
H1.HeaderClassName
{
color: #CFE83C;
}
.AnyTagClassName
{
color: #CFE83C;
}
</style>
background-color css
<style>
a { background-color: #CFE83C; }
a { background-color: rgb(207,232,60); }
div.DivClassName
{
background-color: #CFE83C;
}
.BgClassName
{
background-color: #CFE83C;
}
</style>
border-color css
<style>
span { border-color: #CFE83C; }
span { border-color: rgb(207,232,60); }
td.TdClassName
{
border-color: #CFE83C;
}
.TagClassName
{
border-color: #CFE83C;
}
</style>