Shades of Pear #CFE81A
Tints of Pear #CFE81A
RGB
CMYK
RGB Variations
Color information
#CFE81A (or 0xCFE81A) is known color: Pear. HEX triplet: CF, E8 and 1A. RGB value is (207,232,26). Sum of RGB (Red+Green+Blue) = 207+232+26=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE81A is #3017E5. Grayscale: #C9C9C9. Windows color (decimal): -3151846 or 1763535. OLE color: 1763535.
HSL color Cylindrical-coordinate representation of color #CFE81A: hue angle of 67.28º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFE81A is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 26 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.09 |
| HSL | 67.28º | 0.82% | 0.51% | - |
| HSV(B) | 67.28º | 0.89% | 0.91% | - |
| XYZ | 54.78 | 71.05 | 11.8 | - |
| YUV | 201.04 | 29.22 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 26 | 0.11 | 0 | 0.89 | 0.09 | 67.28 | 0.82 | 0.51 |
| Hex | CF | E8 | 1A | B | 0 | 59 | 9 | 43 | 52 | 33 |
| Octal | 317 | 350 | 32 | 13 | 0 | 131 | 11 | 103 | 122 | 63 |
| Binary | 11001111 | 11101000 | 11010 | 1011 | 0 | 1011001 | 1001 | 1000011 | 1010010 | 110011 |
Color Harmonies of #CFE81A
Complementary color
Monochromatic Colors of #CFE81A
Black with #CFE81A
Text Example
Text Example
White with #CFE81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE81A; }
p { color: rgb(207,232,26); }
H1.HeaderClassName
{
color: #CFE81A;
}
.AnyTagClassName
{
color: #CFE81A;
}
</style>
background-color css
<style>
a { background-color: #CFE81A; }
a { background-color: rgb(207,232,26); }
div.DivClassName
{
background-color: #CFE81A;
}
.BgClassName
{
background-color: #CFE81A;
}
</style>
border-color css
<style>
span { border-color: #CFE81A; }
span { border-color: rgb(207,232,26); }
td.TdClassName
{
border-color: #CFE81A;
}
.TagClassName
{
border-color: #CFE81A;
}
</style>