Shades of Pear #CFE71E
Tints of Pear #CFE71E
RGB
CMYK
RGB Variations
Color information
#CFE71E (or 0xCFE71E) is known color: Pear. HEX triplet: CF, E7 and 1E. RGB value is (207,231,30). Sum of RGB (Red+Green+Blue) = 207+231+30=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 30 (12.11% from 255 or 6.41% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE71E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE71E is #3018E1. Grayscale: #C9C9C9. Windows color (decimal): -3152098 or 2025423. OLE color: 2025423.
HSL color Cylindrical-coordinate representation of color #CFE71E: hue angle of 67.16º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFE71E is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 30 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.09 |
| HSL | 67.16º | 0.81% | 0.51% | - |
| HSV(B) | 67.16º | 0.87% | 0.91% | - |
| XYZ | 54.54 | 70.51 | 11.96 | - |
| YUV | 200.91 | 31.55 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 30 | 0.10 | 0 | 0.87 | 0.09 | 67.16 | 0.81 | 0.51 |
| Hex | CF | E7 | 1E | A | 0 | 57 | 9 | 43 | 51 | 33 |
| Octal | 317 | 347 | 36 | 12 | 0 | 127 | 11 | 103 | 121 | 63 |
| Binary | 11001111 | 11100111 | 11110 | 1010 | 0 | 1010111 | 1001 | 1000011 | 1010001 | 110011 |
Color Harmonies of #CFE71E
Complementary color
Monochromatic Colors of #CFE71E
Black with #CFE71E
Text Example
Text Example
White with #CFE71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE71E; }
p { color: rgb(207,231,30); }
H1.HeaderClassName
{
color: #CFE71E;
}
.AnyTagClassName
{
color: #CFE71E;
}
</style>
background-color css
<style>
a { background-color: #CFE71E; }
a { background-color: rgb(207,231,30); }
div.DivClassName
{
background-color: #CFE71E;
}
.BgClassName
{
background-color: #CFE71E;
}
</style>
border-color css
<style>
span { border-color: #CFE71E; }
span { border-color: rgb(207,231,30); }
td.TdClassName
{
border-color: #CFE71E;
}
.TagClassName
{
border-color: #CFE71E;
}
</style>