Shades of Pear #CFE627
Tints of Pear #CFE627
RGB
CMYK
RGB Variations
Color information
#CFE627 (or 0xCFE627) is known color: Pear. HEX triplet: CF, E6 and 27. RGB value is (207,230,39). Sum of RGB (Red+Green+Blue) = 207+230+39=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 230 (90.23% from 255 or 48.32% from 476); Blue value is 39 (15.62% from 255 or 8.19% from 476); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE627 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE627 is #3019D8. Grayscale: #CACACA. Windows color (decimal): -3152345 or 2614991. OLE color: 2614991.
HSL color Cylindrical-coordinate representation of color #CFE627: hue angle of 67.23º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFE627 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 39 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.10 |
| HSL | 67.23º | 0.79% | 0.53% | - |
| HSV(B) | 67.23º | 0.83% | 0.9% | - |
| XYZ | 54.4 | 70.01 | 12.56 | - |
| YUV | 201.35 | 36.38 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 39 | 0.10 | 0 | 0.83 | 0.10 | 67.23 | 0.79 | 0.53 |
| Hex | CF | E6 | 27 | A | 0 | 53 | A | 43 | 4F | 35 |
| Octal | 317 | 346 | 47 | 12 | 0 | 123 | 12 | 103 | 117 | 65 |
| Binary | 11001111 | 11100110 | 100111 | 1010 | 0 | 1010011 | 1010 | 1000011 | 1001111 | 110101 |
Color Harmonies of #CFE627
Complementary color
Monochromatic Colors of #CFE627
Black with #CFE627
Text Example
Text Example
White with #CFE627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE627; }
p { color: rgb(207,230,39); }
H1.HeaderClassName
{
color: #CFE627;
}
.AnyTagClassName
{
color: #CFE627;
}
</style>
background-color css
<style>
a { background-color: #CFE627; }
a { background-color: rgb(207,230,39); }
div.DivClassName
{
background-color: #CFE627;
}
.BgClassName
{
background-color: #CFE627;
}
</style>
border-color css
<style>
span { border-color: #CFE627; }
span { border-color: rgb(207,230,39); }
td.TdClassName
{
border-color: #CFE627;
}
.TagClassName
{
border-color: #CFE627;
}
</style>