Shades of Pear #CFF03D
Tints of Pear #CFF03D
RGB
CMYK
RGB Variations
Color information
#CFF03D (or 0xCFF03D) is known color: Pear. HEX triplet: CF, F0 and 3D. RGB value is (207,240,61). Sum of RGB (Red+Green+Blue) = 207+240+61=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF03D is #300FC2. Grayscale: #D2D2D2. Windows color (decimal): -3149763 or 4059343. OLE color: 4059343.
HSL color Cylindrical-coordinate representation of color #CFF03D: hue angle of 71.06º 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 #CFF03D is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 61 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.06 |
| HSL | 71.06º | 0.86% | 0.59% | - |
| HSV(B) | 71.06º | 0.75% | 0.94% | - |
| XYZ | 57.73 | 75.92 | 16.03 | - |
| YUV | 209.73 | 44.07 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 61 | 0.14 | 0 | 0.75 | 0.06 | 71.06 | 0.86 | 0.59 |
| Hex | CF | F0 | 3D | E | 0 | 4B | 6 | 47 | 56 | 3B |
| Octal | 317 | 360 | 75 | 16 | 0 | 113 | 6 | 107 | 126 | 73 |
| Binary | 11001111 | 11110000 | 111101 | 1110 | 0 | 1001011 | 110 | 1000111 | 1010110 | 111011 |
Color Harmonies of #CFF03D
Complementary color
Monochromatic Colors of #CFF03D
Black with #CFF03D
Text Example
Text Example
White with #CFF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF03D; }
p { color: rgb(207,240,61); }
H1.HeaderClassName
{
color: #CFF03D;
}
.AnyTagClassName
{
color: #CFF03D;
}
</style>
background-color css
<style>
a { background-color: #CFF03D; }
a { background-color: rgb(207,240,61); }
div.DivClassName
{
background-color: #CFF03D;
}
.BgClassName
{
background-color: #CFF03D;
}
</style>
border-color css
<style>
span { border-color: #CFF03D; }
span { border-color: rgb(207,240,61); }
td.TdClassName
{
border-color: #CFF03D;
}
.TagClassName
{
border-color: #CFF03D;
}
</style>