Shades of Pear #CFF34C
Tints of Pear #CFF34C
RGB
CMYK
RGB Variations
Color information
#CFF34C (or 0xCFF34C) is known color: Pear. HEX triplet: CF, F3 and 4C. RGB value is (207,243,76). Sum of RGB (Red+Green+Blue) = 207+243+76=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 76 (30.08% from 255 or 14.45% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF34C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF34C is #300CB3. Grayscale: #D5D5D5. Windows color (decimal): -3148980 or 5043151. OLE color: 5043151.
HSL color Cylindrical-coordinate representation of color #CFF34C: hue angle of 72.93º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFF34C is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 76 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.05 |
| HSL | 72.93º | 0.87% | 0.63% | - |
| HSV(B) | 72.93º | 0.69% | 0.95% | - |
| XYZ | 59.09 | 77.89 | 18.76 | - |
| YUV | 213.2 | 50.57 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 76 | 0.15 | 0 | 0.69 | 0.05 | 72.93 | 0.87 | 0.63 |
| Hex | CF | F3 | 4C | F | 0 | 45 | 5 | 49 | 57 | 3F |
| Octal | 317 | 363 | 114 | 17 | 0 | 105 | 5 | 111 | 127 | 77 |
| Binary | 11001111 | 11110011 | 1001100 | 1111 | 0 | 1000101 | 101 | 1001001 | 1010111 | 111111 |
Color Harmonies of #CFF34C
Complementary color
Monochromatic Colors of #CFF34C
Black with #CFF34C
Text Example
Text Example
White with #CFF34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF34C; }
p { color: rgb(207,243,76); }
H1.HeaderClassName
{
color: #CFF34C;
}
.AnyTagClassName
{
color: #CFF34C;
}
</style>
background-color css
<style>
a { background-color: #CFF34C; }
a { background-color: rgb(207,243,76); }
div.DivClassName
{
background-color: #CFF34C;
}
.BgClassName
{
background-color: #CFF34C;
}
</style>
border-color css
<style>
span { border-color: #CFF34C; }
span { border-color: rgb(207,243,76); }
td.TdClassName
{
border-color: #CFF34C;
}
.TagClassName
{
border-color: #CFF34C;
}
</style>