Shades of Pear #CFED3C
Tints of Pear #CFED3C
RGB
CMYK
RGB Variations
Color information
#CFED3C (or 0xCFED3C) is known color: Pear. HEX triplet: CF, ED and 3C. RGB value is (207,237,60). Sum of RGB (Red+Green+Blue) = 207+237+60=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFED3C is #3012C3. Grayscale: #D0D0D0. Windows color (decimal): -3150532 or 3993039. OLE color: 3993039.
HSL color Cylindrical-coordinate representation of color #CFED3C: hue angle of 70.17º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFED3C is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 60 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.07 |
| HSL | 70.17º | 0.83% | 0.58% | - |
| HSV(B) | 70.17º | 0.75% | 0.93% | - |
| XYZ | 56.83 | 74.16 | 15.59 | - |
| YUV | 207.85 | 44.56 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 60 | 0.13 | 0 | 0.75 | 0.07 | 70.17 | 0.83 | 0.58 |
| Hex | CF | ED | 3C | D | 0 | 4B | 7 | 46 | 53 | 3A |
| Octal | 317 | 355 | 74 | 15 | 0 | 113 | 7 | 106 | 123 | 72 |
| Binary | 11001111 | 11101101 | 111100 | 1101 | 0 | 1001011 | 111 | 1000110 | 1010011 | 111010 |
Color Harmonies of #CFED3C
Complementary color
Monochromatic Colors of #CFED3C
Black with #CFED3C
Text Example
Text Example
White with #CFED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED3C; }
p { color: rgb(207,237,60); }
H1.HeaderClassName
{
color: #CFED3C;
}
.AnyTagClassName
{
color: #CFED3C;
}
</style>
background-color css
<style>
a { background-color: #CFED3C; }
a { background-color: rgb(207,237,60); }
div.DivClassName
{
background-color: #CFED3C;
}
.BgClassName
{
background-color: #CFED3C;
}
</style>
border-color css
<style>
span { border-color: #CFED3C; }
span { border-color: rgb(207,237,60); }
td.TdClassName
{
border-color: #CFED3C;
}
.TagClassName
{
border-color: #CFED3C;
}
</style>