Shades of Pear #CFE63B
Tints of Pear #CFE63B
RGB
CMYK
RGB Variations
Color information
#CFE63B (or 0xCFE63B) is known color: Pear. HEX triplet: CF, E6 and 3B. RGB value is (207,230,59). Sum of RGB (Red+Green+Blue) = 207+230+59=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 59 (23.44% from 255 or 11.90% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE63B is #3019C4. Grayscale: #CCCCCC. Windows color (decimal): -3152325 or 3925711. OLE color: 3925711.
HSL color Cylindrical-coordinate representation of color #CFE63B: hue angle of 68.07º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFE63B is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 59 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.10 |
| HSL | 68.07º | 0.77% | 0.57% | - |
| HSV(B) | 68.07º | 0.74% | 0.9% | - |
| XYZ | 54.82 | 70.17 | 14.79 | - |
| YUV | 203.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 59 | 0.10 | 0 | 0.74 | 0.10 | 68.07 | 0.77 | 0.57 |
| Hex | CF | E6 | 3B | A | 0 | 4A | A | 44 | 4D | 39 |
| Octal | 317 | 346 | 73 | 12 | 0 | 112 | 12 | 104 | 115 | 71 |
| Binary | 11001111 | 11100110 | 111011 | 1010 | 0 | 1001010 | 1010 | 1000100 | 1001101 | 111001 |
Color Harmonies of #CFE63B
Complementary color
Monochromatic Colors of #CFE63B
Black with #CFE63B
Text Example
Text Example
White with #CFE63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE63B; }
p { color: rgb(207,230,59); }
H1.HeaderClassName
{
color: #CFE63B;
}
.AnyTagClassName
{
color: #CFE63B;
}
</style>
background-color css
<style>
a { background-color: #CFE63B; }
a { background-color: rgb(207,230,59); }
div.DivClassName
{
background-color: #CFE63B;
}
.BgClassName
{
background-color: #CFE63B;
}
</style>
border-color css
<style>
span { border-color: #CFE63B; }
span { border-color: rgb(207,230,59); }
td.TdClassName
{
border-color: #CFE63B;
}
.TagClassName
{
border-color: #CFE63B;
}
</style>