Shades of Pear #CFED2A
Tints of Pear #CFED2A
RGB
CMYK
RGB Variations
Color information
#CFED2A (or 0xCFED2A) is known color: Pear. HEX triplet: CF, ED and 2A. RGB value is (207,237,42). Sum of RGB (Red+Green+Blue) = 207+237+42=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFED2A is #3012D5. Grayscale: #CECECE. Windows color (decimal): -3150550 or 2813391. OLE color: 2813391.
HSL color Cylindrical-coordinate representation of color #CFED2A: hue angle of 69.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFED2A is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 42 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.07 |
| HSL | 69.23º | 0.84% | 0.55% | - |
| HSV(B) | 69.23º | 0.82% | 0.93% | - |
| XYZ | 56.43 | 74 | 13.5 | - |
| YUV | 205.8 | 35.56 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 42 | 0.13 | 0 | 0.82 | 0.07 | 69.23 | 0.84 | 0.55 |
| Hex | CF | ED | 2A | D | 0 | 52 | 7 | 45 | 54 | 37 |
| Octal | 317 | 355 | 52 | 15 | 0 | 122 | 7 | 105 | 124 | 67 |
| Binary | 11001111 | 11101101 | 101010 | 1101 | 0 | 1010010 | 111 | 1000101 | 1010100 | 110111 |
Color Harmonies of #CFED2A
Complementary color
Monochromatic Colors of #CFED2A
Black with #CFED2A
Text Example
Text Example
White with #CFED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED2A; }
p { color: rgb(207,237,42); }
H1.HeaderClassName
{
color: #CFED2A;
}
.AnyTagClassName
{
color: #CFED2A;
}
</style>
background-color css
<style>
a { background-color: #CFED2A; }
a { background-color: rgb(207,237,42); }
div.DivClassName
{
background-color: #CFED2A;
}
.BgClassName
{
background-color: #CFED2A;
}
</style>
border-color css
<style>
span { border-color: #CFED2A; }
span { border-color: rgb(207,237,42); }
td.TdClassName
{
border-color: #CFED2A;
}
.TagClassName
{
border-color: #CFED2A;
}
</style>