Shades of Pear #CFE81F
Tints of Pear #CFE81F
RGB
CMYK
RGB Variations
Color information
#CFE81F (or 0xCFE81F) is known color: Pear. HEX triplet: CF, E8 and 1F. RGB value is (207,232,31). Sum of RGB (Red+Green+Blue) = 207+232+31=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 31 (12.5% from 255 or 6.60% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE81F is #3017E0. Grayscale: #CACACA. Windows color (decimal): -3151841 or 2091215. OLE color: 2091215.
HSL color Cylindrical-coordinate representation of color #CFE81F: hue angle of 67.46º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFE81F is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 31 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.09 |
| HSL | 67.46º | 0.81% | 0.52% | - |
| HSV(B) | 67.46º | 0.87% | 0.91% | - |
| XYZ | 54.84 | 71.08 | 12.13 | - |
| YUV | 201.61 | 31.72 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 31 | 0.11 | 0 | 0.87 | 0.09 | 67.46 | 0.81 | 0.52 |
| Hex | CF | E8 | 1F | B | 0 | 57 | 9 | 43 | 51 | 34 |
| Octal | 317 | 350 | 37 | 13 | 0 | 127 | 11 | 103 | 121 | 64 |
| Binary | 11001111 | 11101000 | 11111 | 1011 | 0 | 1010111 | 1001 | 1000011 | 1010001 | 110100 |
Color Harmonies of #CFE81F
Complementary color
Monochromatic Colors of #CFE81F
Black with #CFE81F
Text Example
Text Example
White with #CFE81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE81F; }
p { color: rgb(207,232,31); }
H1.HeaderClassName
{
color: #CFE81F;
}
.AnyTagClassName
{
color: #CFE81F;
}
</style>
background-color css
<style>
a { background-color: #CFE81F; }
a { background-color: rgb(207,232,31); }
div.DivClassName
{
background-color: #CFE81F;
}
.BgClassName
{
background-color: #CFE81F;
}
</style>
border-color css
<style>
span { border-color: #CFE81F; }
span { border-color: rgb(207,232,31); }
td.TdClassName
{
border-color: #CFE81F;
}
.TagClassName
{
border-color: #CFE81F;
}
</style>