Shades of Pear #CFE43C
Tints of Pear #CFE43C
RGB
CMYK
RGB Variations
Color information
#CFE43C (or 0xCFE43C) is known color: Pear. HEX triplet: CF, E4 and 3C. RGB value is (207,228,60). Sum of RGB (Red+Green+Blue) = 207+228+60=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE43C is #301BC3. Grayscale: #CBCBCB. Windows color (decimal): -3152836 or 3990735. OLE color: 3990735.
HSL color Cylindrical-coordinate representation of color #CFE43C: hue angle of 67.5º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFE43C is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 60 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.11 |
| HSL | 67.5º | 0.76% | 0.56% | - |
| HSV(B) | 67.5º | 0.74% | 0.89% | - |
| XYZ | 54.29 | 69.08 | 14.75 | - |
| YUV | 202.57 | 47.54 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 60 | 0.09 | 0 | 0.74 | 0.11 | 67.5 | 0.76 | 0.56 |
| Hex | CF | E4 | 3C | 9 | 0 | 4A | B | 44 | 4C | 38 |
| Octal | 317 | 344 | 74 | 11 | 0 | 112 | 13 | 104 | 114 | 70 |
| Binary | 11001111 | 11100100 | 111100 | 1001 | 0 | 1001010 | 1011 | 1000100 | 1001100 | 111000 |
Color Harmonies of #CFE43C
Complementary color
Monochromatic Colors of #CFE43C
Black with #CFE43C
Text Example
Text Example
White with #CFE43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE43C; }
p { color: rgb(207,228,60); }
H1.HeaderClassName
{
color: #CFE43C;
}
.AnyTagClassName
{
color: #CFE43C;
}
</style>
background-color css
<style>
a { background-color: #CFE43C; }
a { background-color: rgb(207,228,60); }
div.DivClassName
{
background-color: #CFE43C;
}
.BgClassName
{
background-color: #CFE43C;
}
</style>
border-color css
<style>
span { border-color: #CFE43C; }
span { border-color: rgb(207,228,60); }
td.TdClassName
{
border-color: #CFE43C;
}
.TagClassName
{
border-color: #CFE43C;
}
</style>