Shades of Pear #CFFF2D
Tints of Pear #CFFF2D
RGB
CMYK
RGB Variations
Color information
#CFFF2D (or 0xCFFF2D) is known color: Pear. HEX triplet: CF, FF and 2D. RGB value is (207,255,45). Sum of RGB (Red+Green+Blue) = 207+255+45=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFF2D is #3000D2. Grayscale: #D9D9D9. Windows color (decimal): -3145939 or 3014607. OLE color: 3014607.
HSL color Cylindrical-coordinate representation of color #CFFF2D: hue angle of 73.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFFF2D is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 45 | - |
| CMYK | 0.19 | 0 | 0.82 | 0 |
| HSL | 73.71º | 1% | 0.59% | - |
| HSV(B) | 73.71º | 0.82% | 1% | - |
| XYZ | 61.97 | 84.97 | 15.62 | - |
| YUV | 216.71 | 31.1 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 45 | 0.19 | 0 | 0.82 | 0 | 73.71 | 1 | 0.59 |
| Hex | CF | FF | 2D | 13 | 0 | 52 | 0 | 4A | 64 | 3B |
| Octal | 317 | 377 | 55 | 23 | 0 | 122 | 0 | 112 | 144 | 73 |
| Binary | 11001111 | 11111111 | 101101 | 10011 | 0 | 1010010 | 0 | 1001010 | 1100100 | 111011 |
Color Harmonies of #CFFF2D
Complementary color
Monochromatic Colors of #CFFF2D
Black with #CFFF2D
Text Example
Text Example
White with #CFFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF2D; }
p { color: rgb(207,255,45); }
H1.HeaderClassName
{
color: #CFFF2D;
}
.AnyTagClassName
{
color: #CFFF2D;
}
</style>
background-color css
<style>
a { background-color: #CFFF2D; }
a { background-color: rgb(207,255,45); }
div.DivClassName
{
background-color: #CFFF2D;
}
.BgClassName
{
background-color: #CFFF2D;
}
</style>
border-color css
<style>
span { border-color: #CFFF2D; }
span { border-color: rgb(207,255,45); }
td.TdClassName
{
border-color: #CFFF2D;
}
.TagClassName
{
border-color: #CFFF2D;
}
</style>