Shades of Pear #CFE71B
Tints of Pear #CFE71B
RGB
CMYK
RGB Variations
Color information
#CFE71B (or 0xCFE71B) is known color: Pear. HEX triplet: CF, E7 and 1B. RGB value is (207,231,27). Sum of RGB (Red+Green+Blue) = 207+231+27=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE71B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE71B is #3018E4. Grayscale: #C9C9C9. Windows color (decimal): -3152101 or 1828815. OLE color: 1828815.
HSL color Cylindrical-coordinate representation of color #CFE71B: hue angle of 67.06º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFE71B is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 27 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.09 |
| HSL | 67.06º | 0.81% | 0.51% | - |
| HSV(B) | 67.06º | 0.88% | 0.91% | - |
| XYZ | 54.51 | 70.5 | 11.77 | - |
| YUV | 200.57 | 30.05 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 27 | 0.10 | 0 | 0.88 | 0.09 | 67.06 | 0.81 | 0.51 |
| Hex | CF | E7 | 1B | A | 0 | 58 | 9 | 43 | 51 | 33 |
| Octal | 317 | 347 | 33 | 12 | 0 | 130 | 11 | 103 | 121 | 63 |
| Binary | 11001111 | 11100111 | 11011 | 1010 | 0 | 1011000 | 1001 | 1000011 | 1010001 | 110011 |
Color Harmonies of #CFE71B
Complementary color
Monochromatic Colors of #CFE71B
Black with #CFE71B
Text Example
Text Example
White with #CFE71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE71B; }
p { color: rgb(207,231,27); }
H1.HeaderClassName
{
color: #CFE71B;
}
.AnyTagClassName
{
color: #CFE71B;
}
</style>
background-color css
<style>
a { background-color: #CFE71B; }
a { background-color: rgb(207,231,27); }
div.DivClassName
{
background-color: #CFE71B;
}
.BgClassName
{
background-color: #CFE71B;
}
</style>
border-color css
<style>
span { border-color: #CFE71B; }
span { border-color: rgb(207,231,27); }
td.TdClassName
{
border-color: #CFE71B;
}
.TagClassName
{
border-color: #CFE71B;
}
</style>