Shades of Pear #CFF03C
Tints of Pear #CFF03C
RGB
CMYK
RGB Variations
Color information
#CFF03C (or 0xCFF03C) is known color: Pear. HEX triplet: CF, F0 and 3C. RGB value is (207,240,60). Sum of RGB (Red+Green+Blue) = 207+240+60=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF03C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF03C is #300FC3. Grayscale: #D2D2D2. Windows color (decimal): -3149764 or 3993807. OLE color: 3993807.
HSL color Cylindrical-coordinate representation of color #CFF03C: hue angle of 71º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFF03C is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 60 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.06 |
| HSL | 71º | 0.86% | 0.59% | - |
| HSV(B) | 71º | 0.75% | 0.94% | - |
| XYZ | 57.71 | 75.91 | 15.89 | - |
| YUV | 209.61 | 43.57 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 60 | 0.14 | 0 | 0.75 | 0.06 | 71 | 0.86 | 0.59 |
| Hex | CF | F0 | 3C | E | 0 | 4B | 6 | 47 | 56 | 3B |
| Octal | 317 | 360 | 74 | 16 | 0 | 113 | 6 | 107 | 126 | 73 |
| Binary | 11001111 | 11110000 | 111100 | 1110 | 0 | 1001011 | 110 | 1000111 | 1010110 | 111011 |
Color Harmonies of #CFF03C
Complementary color
Monochromatic Colors of #CFF03C
Black with #CFF03C
Text Example
Text Example
White with #CFF03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF03C; }
p { color: rgb(207,240,60); }
H1.HeaderClassName
{
color: #CFF03C;
}
.AnyTagClassName
{
color: #CFF03C;
}
</style>
background-color css
<style>
a { background-color: #CFF03C; }
a { background-color: rgb(207,240,60); }
div.DivClassName
{
background-color: #CFF03C;
}
.BgClassName
{
background-color: #CFF03C;
}
</style>
border-color css
<style>
span { border-color: #CFF03C; }
span { border-color: rgb(207,240,60); }
td.TdClassName
{
border-color: #CFF03C;
}
.TagClassName
{
border-color: #CFF03C;
}
</style>