Shades of Pear #CFF34D
Tints of Pear #CFF34D
RGB
CMYK
RGB Variations
Color information
#CFF34D (or 0xCFF34D) is known color: Pear. HEX triplet: CF, F3 and 4D. RGB value is (207,243,77). Sum of RGB (Red+Green+Blue) = 207+243+77=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 77 (30.47% from 255 or 14.61% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF34D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF34D is #300CB2. Grayscale: #D5D5D5. Windows color (decimal): -3148979 or 5108687. OLE color: 5108687.
HSL color Cylindrical-coordinate representation of color #CFF34D: hue angle of 73.01º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFF34D is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 77 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.05 |
| HSL | 73.01º | 0.87% | 0.63% | - |
| HSV(B) | 73.01º | 0.68% | 0.95% | - |
| XYZ | 59.12 | 77.9 | 18.94 | - |
| YUV | 213.31 | 51.07 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 77 | 0.15 | 0 | 0.68 | 0.05 | 73.01 | 0.87 | 0.63 |
| Hex | CF | F3 | 4D | F | 0 | 44 | 5 | 49 | 57 | 3F |
| Octal | 317 | 363 | 115 | 17 | 0 | 104 | 5 | 111 | 127 | 77 |
| Binary | 11001111 | 11110011 | 1001101 | 1111 | 0 | 1000100 | 101 | 1001001 | 1010111 | 111111 |
Color Harmonies of #CFF34D
Complementary color
Monochromatic Colors of #CFF34D
Black with #CFF34D
Text Example
Text Example
White with #CFF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF34D; }
p { color: rgb(207,243,77); }
H1.HeaderClassName
{
color: #CFF34D;
}
.AnyTagClassName
{
color: #CFF34D;
}
</style>
background-color css
<style>
a { background-color: #CFF34D; }
a { background-color: rgb(207,243,77); }
div.DivClassName
{
background-color: #CFF34D;
}
.BgClassName
{
background-color: #CFF34D;
}
</style>
border-color css
<style>
span { border-color: #CFF34D; }
span { border-color: rgb(207,243,77); }
td.TdClassName
{
border-color: #CFF34D;
}
.TagClassName
{
border-color: #CFF34D;
}
</style>