Shades of Pear #CFE645
Tints of Pear #CFE645
RGB
CMYK
RGB Variations
Color information
#CFE645 (or 0xCFE645) is known color: Pear. HEX triplet: CF, E6 and 45. RGB value is (207,230,69). Sum of RGB (Red+Green+Blue) = 207+230+69=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE645 is #3019BA. Grayscale: #CDCDCD. Windows color (decimal): -3152315 or 4581071. OLE color: 4581071.
HSL color Cylindrical-coordinate representation of color #CFE645: hue angle of 68.57º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFE645 is Cyan = 0.10, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 69 | - |
| CMYK | 0.10 | 0 | 0.7 | 0.10 |
| HSL | 68.57º | 0.76% | 0.59% | - |
| HSV(B) | 68.57º | 0.7% | 0.9% | - |
| XYZ | 55.1 | 70.29 | 16.29 | - |
| YUV | 204.77 | 51.38 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 69 | 0.10 | 0 | 0.7 | 0.10 | 68.57 | 0.76 | 0.59 |
| Hex | CF | E6 | 45 | A | 0 | 46 | A | 45 | 4C | 3B |
| Octal | 317 | 346 | 105 | 12 | 0 | 106 | 12 | 105 | 114 | 73 |
| Binary | 11001111 | 11100110 | 1000101 | 1010 | 0 | 1000110 | 1010 | 1000101 | 1001100 | 111011 |
Color Harmonies of #CFE645
Complementary color
Monochromatic Colors of #CFE645
Black with #CFE645
Text Example
Text Example
White with #CFE645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE645; }
p { color: rgb(207,230,69); }
H1.HeaderClassName
{
color: #CFE645;
}
.AnyTagClassName
{
color: #CFE645;
}
</style>
background-color css
<style>
a { background-color: #CFE645; }
a { background-color: rgb(207,230,69); }
div.DivClassName
{
background-color: #CFE645;
}
.BgClassName
{
background-color: #CFE645;
}
</style>
border-color css
<style>
span { border-color: #CFE645; }
span { border-color: rgb(207,230,69); }
td.TdClassName
{
border-color: #CFE645;
}
.TagClassName
{
border-color: #CFE645;
}
</style>