Shades of Pear #CFFA2D
Tints of Pear #CFFA2D
RGB
CMYK
RGB Variations
Color information
#CFFA2D (or 0xCFFA2D) is known color: Pear. HEX triplet: CF, FA and 2D. RGB value is (207,250,45). Sum of RGB (Red+Green+Blue) = 207+250+45=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA2D is #3005D2. Grayscale: #D6D6D6. Windows color (decimal): -3147219 or 3013327. OLE color: 3013327.
HSL color Cylindrical-coordinate representation of color #CFFA2D: hue angle of 72.59º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFFA2D is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 45 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.02 |
| HSL | 72.59º | 0.95% | 0.58% | - |
| HSV(B) | 72.59º | 0.82% | 0.98% | - |
| XYZ | 60.39 | 81.83 | 15.09 | - |
| YUV | 213.77 | 32.75 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 45 | 0.17 | 0 | 0.82 | 0.02 | 72.59 | 0.95 | 0.58 |
| Hex | CF | FA | 2D | 11 | 0 | 52 | 2 | 49 | 5F | 3A |
| Octal | 317 | 372 | 55 | 21 | 0 | 122 | 2 | 111 | 137 | 72 |
| Binary | 11001111 | 11111010 | 101101 | 10001 | 0 | 1010010 | 10 | 1001001 | 1011111 | 111010 |
Color Harmonies of #CFFA2D
Complementary color
Monochromatic Colors of #CFFA2D
Black with #CFFA2D
Text Example
Text Example
White with #CFFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA2D; }
p { color: rgb(207,250,45); }
H1.HeaderClassName
{
color: #CFFA2D;
}
.AnyTagClassName
{
color: #CFFA2D;
}
</style>
background-color css
<style>
a { background-color: #CFFA2D; }
a { background-color: rgb(207,250,45); }
div.DivClassName
{
background-color: #CFFA2D;
}
.BgClassName
{
background-color: #CFFA2D;
}
</style>
border-color css
<style>
span { border-color: #CFFA2D; }
span { border-color: rgb(207,250,45); }
td.TdClassName
{
border-color: #CFFA2D;
}
.TagClassName
{
border-color: #CFFA2D;
}
</style>