Shades of Pear #CFE71D
Tints of Pear #CFE71D
RGB
CMYK
RGB Variations
Color information
#CFE71D (or 0xCFE71D) is known color: Pear. HEX triplet: CF, E7 and 1D. RGB value is (207,231,29). Sum of RGB (Red+Green+Blue) = 207+231+29=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE71D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE71D is #3018E2. Grayscale: #C9C9C9. Windows color (decimal): -3152099 or 1959887. OLE color: 1959887.
HSL color Cylindrical-coordinate representation of color #CFE71D: hue angle of 67.13º 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 #CFE71D is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 29 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.09 |
| HSL | 67.13º | 0.81% | 0.51% | - |
| HSV(B) | 67.13º | 0.87% | 0.91% | - |
| XYZ | 54.53 | 70.51 | 11.9 | - |
| YUV | 200.8 | 31.05 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 29 | 0.10 | 0 | 0.87 | 0.09 | 67.13 | 0.81 | 0.51 |
| Hex | CF | E7 | 1D | A | 0 | 57 | 9 | 43 | 51 | 33 |
| Octal | 317 | 347 | 35 | 12 | 0 | 127 | 11 | 103 | 121 | 63 |
| Binary | 11001111 | 11100111 | 11101 | 1010 | 0 | 1010111 | 1001 | 1000011 | 1010001 | 110011 |
Color Harmonies of #CFE71D
Complementary color
Monochromatic Colors of #CFE71D
Black with #CFE71D
Text Example
Text Example
White with #CFE71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE71D; }
p { color: rgb(207,231,29); }
H1.HeaderClassName
{
color: #CFE71D;
}
.AnyTagClassName
{
color: #CFE71D;
}
</style>
background-color css
<style>
a { background-color: #CFE71D; }
a { background-color: rgb(207,231,29); }
div.DivClassName
{
background-color: #CFE71D;
}
.BgClassName
{
background-color: #CFE71D;
}
</style>
border-color css
<style>
span { border-color: #CFE71D; }
span { border-color: rgb(207,231,29); }
td.TdClassName
{
border-color: #CFE71D;
}
.TagClassName
{
border-color: #CFE71D;
}
</style>