Shades of Pear #CFFE3C
Tints of Pear #CFFE3C
RGB
CMYK
RGB Variations
Color information
#CFFE3C (or 0xCFFE3C) is known color: Pear. HEX triplet: CF, FE and 3C. RGB value is (207,254,60). Sum of RGB (Red+Green+Blue) = 207+254+60=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 60 (23.83% from 255 or 11.52% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE3C is #3001C3. Grayscale: #DADADA. Windows color (decimal): -3146180 or 3997391. OLE color: 3997391.
HSL color Cylindrical-coordinate representation of color #CFFE3C: hue angle of 74.54º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFFE3C is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 60 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.00 |
| HSL | 74.54º | 0.99% | 0.62% | - |
| HSV(B) | 74.54º | 0.76% | 1% | - |
| XYZ | 61.99 | 84.48 | 17.31 | - |
| YUV | 217.83 | 38.93 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 60 | 0.19 | 0 | 0.76 | 0.00 | 74.54 | 0.99 | 0.62 |
| Hex | CF | FE | 3C | 13 | 0 | 4C | 0 | 4B | 63 | 3E |
| Octal | 317 | 376 | 74 | 23 | 0 | 114 | 0 | 113 | 143 | 76 |
| Binary | 11001111 | 11111110 | 111100 | 10011 | 0 | 1001100 | 0 | 1001011 | 1100011 | 111110 |
Color Harmonies of #CFFE3C
Complementary color
Monochromatic Colors of #CFFE3C
Black with #CFFE3C
Text Example
Text Example
White with #CFFE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE3C; }
p { color: rgb(207,254,60); }
H1.HeaderClassName
{
color: #CFFE3C;
}
.AnyTagClassName
{
color: #CFFE3C;
}
</style>
background-color css
<style>
a { background-color: #CFFE3C; }
a { background-color: rgb(207,254,60); }
div.DivClassName
{
background-color: #CFFE3C;
}
.BgClassName
{
background-color: #CFFE3C;
}
</style>
border-color css
<style>
span { border-color: #CFFE3C; }
span { border-color: rgb(207,254,60); }
td.TdClassName
{
border-color: #CFFE3C;
}
.TagClassName
{
border-color: #CFFE3C;
}
</style>