Shades of Pear #CFFD45
Tints of Pear #CFFD45
RGB
CMYK
RGB Variations
Color information
#CFFD45 (or 0xCFFD45) is known color: Pear. HEX triplet: CF, FD and 45. RGB value is (207,253,69). Sum of RGB (Red+Green+Blue) = 207+253+69=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFD45 is #3002BA. Grayscale: #DADADA. Windows color (decimal): -3146427 or 4586959. OLE color: 4586959.
HSL color Cylindrical-coordinate representation of color #CFFD45: hue angle of 75º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFFD45 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 69 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.01 |
| HSL | 75º | 0.98% | 0.63% | - |
| HSV(B) | 75º | 0.73% | 0.99% | - |
| XYZ | 61.93 | 83.95 | 18.57 | - |
| YUV | 218.27 | 43.76 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 69 | 0.18 | 0 | 0.73 | 0.01 | 75 | 0.98 | 0.63 |
| Hex | CF | FD | 45 | 12 | 0 | 49 | 1 | 4B | 62 | 3F |
| Octal | 317 | 375 | 105 | 22 | 0 | 111 | 1 | 113 | 142 | 77 |
| Binary | 11001111 | 11111101 | 1000101 | 10010 | 0 | 1001001 | 1 | 1001011 | 1100010 | 111111 |
Color Harmonies of #CFFD45
Complementary color
Monochromatic Colors of #CFFD45
Black with #CFFD45
Text Example
Text Example
White with #CFFD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD45; }
p { color: rgb(207,253,69); }
H1.HeaderClassName
{
color: #CFFD45;
}
.AnyTagClassName
{
color: #CFFD45;
}
</style>
background-color css
<style>
a { background-color: #CFFD45; }
a { background-color: rgb(207,253,69); }
div.DivClassName
{
background-color: #CFFD45;
}
.BgClassName
{
background-color: #CFFD45;
}
</style>
border-color css
<style>
span { border-color: #CFFD45; }
span { border-color: rgb(207,253,69); }
td.TdClassName
{
border-color: #CFFD45;
}
.TagClassName
{
border-color: #CFFD45;
}
</style>