Shades of Pear #CFE634
Tints of Pear #CFE634
RGB
CMYK
RGB Variations
Color information
#CFE634 (or 0xCFE634) is known color: Pear. HEX triplet: CF, E6 and 34. RGB value is (207,230,52). Sum of RGB (Red+Green+Blue) = 207+230+52=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 52 (20.70% from 255 or 10.63% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE634 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE634 is #3019CB. Grayscale: #CBCBCB. Windows color (decimal): -3152332 or 3466959. OLE color: 3466959.
HSL color Cylindrical-coordinate representation of color #CFE634: hue angle of 67.75º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFE634 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 52 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.10 |
| HSL | 67.75º | 0.78% | 0.55% | - |
| HSV(B) | 67.75º | 0.77% | 0.9% | - |
| XYZ | 54.65 | 70.11 | 13.9 | - |
| YUV | 202.83 | 42.88 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 52 | 0.10 | 0 | 0.77 | 0.10 | 67.75 | 0.78 | 0.55 |
| Hex | CF | E6 | 34 | A | 0 | 4D | A | 44 | 4E | 37 |
| Octal | 317 | 346 | 64 | 12 | 0 | 115 | 12 | 104 | 116 | 67 |
| Binary | 11001111 | 11100110 | 110100 | 1010 | 0 | 1001101 | 1010 | 1000100 | 1001110 | 110111 |
Color Harmonies of #CFE634
Complementary color
Monochromatic Colors of #CFE634
Black with #CFE634
Text Example
Text Example
White with #CFE634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE634; }
p { color: rgb(207,230,52); }
H1.HeaderClassName
{
color: #CFE634;
}
.AnyTagClassName
{
color: #CFE634;
}
</style>
background-color css
<style>
a { background-color: #CFE634; }
a { background-color: rgb(207,230,52); }
div.DivClassName
{
background-color: #CFE634;
}
.BgClassName
{
background-color: #CFE634;
}
</style>
border-color css
<style>
span { border-color: #CFE634; }
span { border-color: rgb(207,230,52); }
td.TdClassName
{
border-color: #CFE634;
}
.TagClassName
{
border-color: #CFE634;
}
</style>