Shades of Pear #CFF143
Tints of Pear #CFF143
RGB
CMYK
RGB Variations
Color information
#CFF143 (or 0xCFF143) is known color: Pear. HEX triplet: CF, F1 and 43. RGB value is (207,241,67). Sum of RGB (Red+Green+Blue) = 207+241+67=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 67 (26.56% from 255 or 13.01% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF143 is #300EBC. Grayscale: #D3D3D3. Windows color (decimal): -3149501 or 4452815. OLE color: 4452815.
HSL color Cylindrical-coordinate representation of color #CFF143: hue angle of 71.72º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFF143 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 67 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.05 |
| HSL | 71.72º | 0.86% | 0.6% | - |
| HSV(B) | 71.72º | 0.72% | 0.95% | - |
| XYZ | 58.2 | 76.58 | 17.02 | - |
| YUV | 211 | 46.74 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 67 | 0.14 | 0 | 0.72 | 0.05 | 71.72 | 0.86 | 0.6 |
| Hex | CF | F1 | 43 | E | 0 | 48 | 5 | 48 | 56 | 3C |
| Octal | 317 | 361 | 103 | 16 | 0 | 110 | 5 | 110 | 126 | 74 |
| Binary | 11001111 | 11110001 | 1000011 | 1110 | 0 | 1001000 | 101 | 1001000 | 1010110 | 111100 |
Color Harmonies of #CFF143
Complementary color
Monochromatic Colors of #CFF143
Black with #CFF143
Text Example
Text Example
White with #CFF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF143; }
p { color: rgb(207,241,67); }
H1.HeaderClassName
{
color: #CFF143;
}
.AnyTagClassName
{
color: #CFF143;
}
</style>
background-color css
<style>
a { background-color: #CFF143; }
a { background-color: rgb(207,241,67); }
div.DivClassName
{
background-color: #CFF143;
}
.BgClassName
{
background-color: #CFF143;
}
</style>
border-color css
<style>
span { border-color: #CFF143; }
span { border-color: rgb(207,241,67); }
td.TdClassName
{
border-color: #CFF143;
}
.TagClassName
{
border-color: #CFF143;
}
</style>