Shades of Pear #CFF13E
Tints of Pear #CFF13E
RGB
CMYK
RGB Variations
Color information
#CFF13E (or 0xCFF13E) is known color: Pear. HEX triplet: CF, F1 and 3E. RGB value is (207,241,62). Sum of RGB (Red+Green+Blue) = 207+241+62=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 62 (24.61% from 255 or 12.16% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF13E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF13E is #300EC1. Grayscale: #D3D3D3. Windows color (decimal): -3149506 or 4125135. OLE color: 4125135.
HSL color Cylindrical-coordinate representation of color #CFF13E: hue angle of 71.4º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFF13E is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 62 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.05 |
| HSL | 71.4º | 0.86% | 0.59% | - |
| HSV(B) | 71.4º | 0.74% | 0.95% | - |
| XYZ | 58.06 | 76.52 | 16.27 | - |
| YUV | 210.43 | 44.24 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 62 | 0.14 | 0 | 0.74 | 0.05 | 71.4 | 0.86 | 0.59 |
| Hex | CF | F1 | 3E | E | 0 | 4A | 5 | 47 | 56 | 3B |
| Octal | 317 | 361 | 76 | 16 | 0 | 112 | 5 | 107 | 126 | 73 |
| Binary | 11001111 | 11110001 | 111110 | 1110 | 0 | 1001010 | 101 | 1000111 | 1010110 | 111011 |
Color Harmonies of #CFF13E
Complementary color
Monochromatic Colors of #CFF13E
Black with #CFF13E
Text Example
Text Example
White with #CFF13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF13E; }
p { color: rgb(207,241,62); }
H1.HeaderClassName
{
color: #CFF13E;
}
.AnyTagClassName
{
color: #CFF13E;
}
</style>
background-color css
<style>
a { background-color: #CFF13E; }
a { background-color: rgb(207,241,62); }
div.DivClassName
{
background-color: #CFF13E;
}
.BgClassName
{
background-color: #CFF13E;
}
</style>
border-color css
<style>
span { border-color: #CFF13E; }
span { border-color: rgb(207,241,62); }
td.TdClassName
{
border-color: #CFF13E;
}
.TagClassName
{
border-color: #CFF13E;
}
</style>