Shades of Pear #CFF61E
Tints of Pear #CFF61E
RGB
CMYK
RGB Variations
Color information
#CFF61E (or 0xCFF61E) is known color: Pear. HEX triplet: CF, F6 and 1E. RGB value is (207,246,30). Sum of RGB (Red+Green+Blue) = 207+246+30=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 30 (12.11% from 255 or 6.21% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF61E is #3009E1. Grayscale: #D2D2D2. Windows color (decimal): -3148258 or 2029263. OLE color: 2029263.
HSL color Cylindrical-coordinate representation of color #CFF61E: hue angle of 70.83º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFF61E is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 30 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.04 |
| HSL | 70.83º | 0.92% | 0.54% | - |
| HSV(B) | 70.83º | 0.88% | 0.96% | - |
| XYZ | 58.92 | 79.27 | 13.42 | - |
| YUV | 209.72 | 26.58 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 30 | 0.16 | 0 | 0.88 | 0.04 | 70.83 | 0.92 | 0.54 |
| Hex | CF | F6 | 1E | 10 | 0 | 58 | 4 | 47 | 5C | 36 |
| Octal | 317 | 366 | 36 | 20 | 0 | 130 | 4 | 107 | 134 | 66 |
| Binary | 11001111 | 11110110 | 11110 | 10000 | 0 | 1011000 | 100 | 1000111 | 1011100 | 110110 |
Color Harmonies of #CFF61E
Complementary color
Monochromatic Colors of #CFF61E
Black with #CFF61E
Text Example
Text Example
White with #CFF61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF61E; }
p { color: rgb(207,246,30); }
H1.HeaderClassName
{
color: #CFF61E;
}
.AnyTagClassName
{
color: #CFF61E;
}
</style>
background-color css
<style>
a { background-color: #CFF61E; }
a { background-color: rgb(207,246,30); }
div.DivClassName
{
background-color: #CFF61E;
}
.BgClassName
{
background-color: #CFF61E;
}
</style>
border-color css
<style>
span { border-color: #CFF61E; }
span { border-color: rgb(207,246,30); }
td.TdClassName
{
border-color: #CFF61E;
}
.TagClassName
{
border-color: #CFF61E;
}
</style>