Shades of Pear #CFE13D
Tints of Pear #CFE13D
RGB
CMYK
RGB Variations
Color information
#CFE13D (or 0xCFE13D) is known color: Pear. HEX triplet: CF, E1 and 3D. RGB value is (207,225,61). Sum of RGB (Red+Green+Blue) = 207+225+61=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE13D is #301EC2. Grayscale: #C9C9C9. Windows color (decimal): -3153603 or 4055503. OLE color: 4055503.
HSL color Cylindrical-coordinate representation of color #CFE13D: hue angle of 66.59º degrees, saturation: 0.73, 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 #CFE13D is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 61 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.12 |
| HSL | 66.59º | 0.73% | 0.56% | - |
| HSV(B) | 66.59º | 0.73% | 0.88% | - |
| XYZ | 53.5 | 67.45 | 14.61 | - |
| YUV | 200.92 | 49.04 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 61 | 0.08 | 0 | 0.73 | 0.12 | 66.59 | 0.73 | 0.56 |
| Hex | CF | E1 | 3D | 8 | 0 | 49 | C | 43 | 49 | 38 |
| Octal | 317 | 341 | 75 | 10 | 0 | 111 | 14 | 103 | 111 | 70 |
| Binary | 11001111 | 11100001 | 111101 | 1000 | 0 | 1001001 | 1100 | 1000011 | 1001001 | 111000 |
Color Harmonies of #CFE13D
Complementary color
Monochromatic Colors of #CFE13D
Black with #CFE13D
Text Example
Text Example
White with #CFE13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE13D; }
p { color: rgb(207,225,61); }
H1.HeaderClassName
{
color: #CFE13D;
}
.AnyTagClassName
{
color: #CFE13D;
}
</style>
background-color css
<style>
a { background-color: #CFE13D; }
a { background-color: rgb(207,225,61); }
div.DivClassName
{
background-color: #CFE13D;
}
.BgClassName
{
background-color: #CFE13D;
}
</style>
border-color css
<style>
span { border-color: #CFE13D; }
span { border-color: rgb(207,225,61); }
td.TdClassName
{
border-color: #CFE13D;
}
.TagClassName
{
border-color: #CFE13D;
}
</style>