Shades of Pear #CFE31A
Tints of Pear #CFE31A
RGB
CMYK
RGB Variations
Color information
#CFE31A (or 0xCFE31A) is known color: Pear. HEX triplet: CF, E3 and 1A. RGB value is (207,227,26). Sum of RGB (Red+Green+Blue) = 207+227+26=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 227 (89.06% from 255 or 49.35% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE31A is #301CE5. Grayscale: #C6C6C6. Windows color (decimal): -3153126 or 1762255. OLE color: 1762255.
HSL color Cylindrical-coordinate representation of color #CFE31A: hue angle of 65.97º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFE31A is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 26 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.11 |
| HSL | 65.97º | 0.79% | 0.5% | - |
| HSV(B) | 65.97º | 0.89% | 0.89% | - |
| XYZ | 53.39 | 68.28 | 11.34 | - |
| YUV | 198.11 | 30.87 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 26 | 0.09 | 0 | 0.89 | 0.11 | 65.97 | 0.79 | 0.5 |
| Hex | CF | E3 | 1A | 9 | 0 | 59 | B | 42 | 4F | 32 |
| Octal | 317 | 343 | 32 | 11 | 0 | 131 | 13 | 102 | 117 | 62 |
| Binary | 11001111 | 11100011 | 11010 | 1001 | 0 | 1011001 | 1011 | 1000010 | 1001111 | 110010 |
Color Harmonies of #CFE31A
Complementary color
Monochromatic Colors of #CFE31A
Black with #CFE31A
Text Example
Text Example
White with #CFE31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE31A; }
p { color: rgb(207,227,26); }
H1.HeaderClassName
{
color: #CFE31A;
}
.AnyTagClassName
{
color: #CFE31A;
}
</style>
background-color css
<style>
a { background-color: #CFE31A; }
a { background-color: rgb(207,227,26); }
div.DivClassName
{
background-color: #CFE31A;
}
.BgClassName
{
background-color: #CFE31A;
}
</style>
border-color css
<style>
span { border-color: #CFE31A; }
span { border-color: rgb(207,227,26); }
td.TdClassName
{
border-color: #CFE31A;
}
.TagClassName
{
border-color: #CFE31A;
}
</style>