Shades of Pear #CFE03D
Tints of Pear #CFE03D
RGB
CMYK
RGB Variations
Color information
#CFE03D (or 0xCFE03D) is known color: Pear. HEX triplet: CF, E0 and 3D. RGB value is (207,224,61). Sum of RGB (Red+Green+Blue) = 207+224+61=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE03D is #301FC2. Grayscale: #C8C8C8. Windows color (decimal): -3153859 or 4055247. OLE color: 4055247.
HSL color Cylindrical-coordinate representation of color #CFE03D: hue angle of 66.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFE03D is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 61 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.12 |
| HSL | 66.26º | 0.72% | 0.56% | - |
| HSV(B) | 66.26º | 0.73% | 0.88% | - |
| XYZ | 53.23 | 66.91 | 14.52 | - |
| YUV | 200.34 | 49.37 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 61 | 0.08 | 0 | 0.73 | 0.12 | 66.26 | 0.72 | 0.56 |
| Hex | CF | E0 | 3D | 8 | 0 | 49 | C | 42 | 48 | 38 |
| Octal | 317 | 340 | 75 | 10 | 0 | 111 | 14 | 102 | 110 | 70 |
| Binary | 11001111 | 11100000 | 111101 | 1000 | 0 | 1001001 | 1100 | 1000010 | 1001000 | 111000 |
Color Harmonies of #CFE03D
Complementary color
Monochromatic Colors of #CFE03D
Black with #CFE03D
Text Example
Text Example
White with #CFE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE03D; }
p { color: rgb(207,224,61); }
H1.HeaderClassName
{
color: #CFE03D;
}
.AnyTagClassName
{
color: #CFE03D;
}
</style>
background-color css
<style>
a { background-color: #CFE03D; }
a { background-color: rgb(207,224,61); }
div.DivClassName
{
background-color: #CFE03D;
}
.BgClassName
{
background-color: #CFE03D;
}
</style>
border-color css
<style>
span { border-color: #CFE03D; }
span { border-color: rgb(207,224,61); }
td.TdClassName
{
border-color: #CFE03D;
}
.TagClassName
{
border-color: #CFE03D;
}
</style>