Shades of Pear #CFE62F
Tints of Pear #CFE62F
RGB
CMYK
RGB Variations
Color information
#CFE62F (or 0xCFE62F) is known color: Pear. HEX triplet: CF, E6 and 2F. RGB value is (207,230,47). Sum of RGB (Red+Green+Blue) = 207+230+47=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE62F is #3019D0. Grayscale: #CACACA. Windows color (decimal): -3152337 or 3139279. OLE color: 3139279.
HSL color Cylindrical-coordinate representation of color #CFE62F: hue angle of 67.54º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFE62F is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 47 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.10 |
| HSL | 67.54º | 0.79% | 0.54% | - |
| HSV(B) | 67.54º | 0.8% | 0.9% | - |
| XYZ | 54.54 | 70.06 | 13.34 | - |
| YUV | 202.26 | 40.38 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 47 | 0.10 | 0 | 0.80 | 0.10 | 67.54 | 0.79 | 0.54 |
| Hex | CF | E6 | 2F | A | 0 | 50 | A | 44 | 4F | 36 |
| Octal | 317 | 346 | 57 | 12 | 0 | 120 | 12 | 104 | 117 | 66 |
| Binary | 11001111 | 11100110 | 101111 | 1010 | 0 | 1010000 | 1010 | 1000100 | 1001111 | 110110 |
Color Harmonies of #CFE62F
Complementary color
Monochromatic Colors of #CFE62F
Black with #CFE62F
Text Example
Text Example
White with #CFE62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE62F; }
p { color: rgb(207,230,47); }
H1.HeaderClassName
{
color: #CFE62F;
}
.AnyTagClassName
{
color: #CFE62F;
}
</style>
background-color css
<style>
a { background-color: #CFE62F; }
a { background-color: rgb(207,230,47); }
div.DivClassName
{
background-color: #CFE62F;
}
.BgClassName
{
background-color: #CFE62F;
}
</style>
border-color css
<style>
span { border-color: #CFE62F; }
span { border-color: rgb(207,230,47); }
td.TdClassName
{
border-color: #CFE62F;
}
.TagClassName
{
border-color: #CFE62F;
}
</style>