Shades of Pear #CFE61E
Tints of Pear #CFE61E
RGB
CMYK
RGB Variations
Color information
#CFE61E (or 0xCFE61E) is known color: Pear. HEX triplet: CF, E6 and 1E. RGB value is (207,230,30). Sum of RGB (Red+Green+Blue) = 207+230+30=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 30 (12.11% from 255 or 6.42% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE61E is #3019E1. Grayscale: #C9C9C9. Windows color (decimal): -3152354 or 2025167. OLE color: 2025167.
HSL color Cylindrical-coordinate representation of color #CFE61E: hue angle of 66.9º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFE61E is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 30 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.10 |
| HSL | 66.9º | 0.8% | 0.51% | - |
| HSV(B) | 66.9º | 0.87% | 0.9% | - |
| XYZ | 54.26 | 69.95 | 11.87 | - |
| YUV | 200.32 | 31.88 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 30 | 0.10 | 0 | 0.87 | 0.10 | 66.9 | 0.8 | 0.51 |
| Hex | CF | E6 | 1E | A | 0 | 57 | A | 43 | 50 | 33 |
| Octal | 317 | 346 | 36 | 12 | 0 | 127 | 12 | 103 | 120 | 63 |
| Binary | 11001111 | 11100110 | 11110 | 1010 | 0 | 1010111 | 1010 | 1000011 | 1010000 | 110011 |
Color Harmonies of #CFE61E
Complementary color
Monochromatic Colors of #CFE61E
Black with #CFE61E
Text Example
Text Example
White with #CFE61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE61E; }
p { color: rgb(207,230,30); }
H1.HeaderClassName
{
color: #CFE61E;
}
.AnyTagClassName
{
color: #CFE61E;
}
</style>
background-color css
<style>
a { background-color: #CFE61E; }
a { background-color: rgb(207,230,30); }
div.DivClassName
{
background-color: #CFE61E;
}
.BgClassName
{
background-color: #CFE61E;
}
</style>
border-color css
<style>
span { border-color: #CFE61E; }
span { border-color: rgb(207,230,30); }
td.TdClassName
{
border-color: #CFE61E;
}
.TagClassName
{
border-color: #CFE61E;
}
</style>