Shades of Pear #CFF343
Tints of Pear #CFF343
RGB
CMYK
RGB Variations
Color information
#CFF343 (or 0xCFF343) is known color: Pear. HEX triplet: CF, F3 and 43. RGB value is (207,243,67). Sum of RGB (Red+Green+Blue) = 207+243+67=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 67 (26.56% from 255 or 12.96% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF343 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF343 is #300CBC. Grayscale: #D4D4D4. Windows color (decimal): -3148989 or 4453327. OLE color: 4453327.
HSL color Cylindrical-coordinate representation of color #CFF343: hue angle of 72.27º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFF343 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 67 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.05 |
| HSL | 72.27º | 0.88% | 0.61% | - |
| HSV(B) | 72.27º | 0.72% | 0.95% | - |
| XYZ | 58.8 | 77.77 | 17.22 | - |
| YUV | 212.17 | 46.07 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 67 | 0.15 | 0 | 0.72 | 0.05 | 72.27 | 0.88 | 0.61 |
| Hex | CF | F3 | 43 | F | 0 | 48 | 5 | 48 | 58 | 3D |
| Octal | 317 | 363 | 103 | 17 | 0 | 110 | 5 | 110 | 130 | 75 |
| Binary | 11001111 | 11110011 | 1000011 | 1111 | 0 | 1001000 | 101 | 1001000 | 1011000 | 111101 |
Color Harmonies of #CFF343
Complementary color
Monochromatic Colors of #CFF343
Black with #CFF343
Text Example
Text Example
White with #CFF343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF343; }
p { color: rgb(207,243,67); }
H1.HeaderClassName
{
color: #CFF343;
}
.AnyTagClassName
{
color: #CFF343;
}
</style>
background-color css
<style>
a { background-color: #CFF343; }
a { background-color: rgb(207,243,67); }
div.DivClassName
{
background-color: #CFF343;
}
.BgClassName
{
background-color: #CFF343;
}
</style>
border-color css
<style>
span { border-color: #CFF343; }
span { border-color: rgb(207,243,67); }
td.TdClassName
{
border-color: #CFF343;
}
.TagClassName
{
border-color: #CFF343;
}
</style>