Shades of Pear #CFE341
Tints of Pear #CFE341
RGB
CMYK
RGB Variations
Color information
#CFE341 (or 0xCFE341) is known color: Pear. HEX triplet: CF, E3 and 41. RGB value is (207,227,65). Sum of RGB (Red+Green+Blue) = 207+227+65=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE341 is #301CBE. Grayscale: #CBCBCB. Windows color (decimal): -3153087 or 4318159. OLE color: 4318159.
HSL color Cylindrical-coordinate representation of color #CFE341: hue angle of 67.41º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFE341 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 65 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.11 |
| HSL | 67.41º | 0.74% | 0.57% | - |
| HSV(B) | 67.41º | 0.71% | 0.89% | - |
| XYZ | 54.16 | 68.59 | 15.39 | - |
| YUV | 202.55 | 50.37 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 65 | 0.09 | 0 | 0.71 | 0.11 | 67.41 | 0.74 | 0.57 |
| Hex | CF | E3 | 41 | 9 | 0 | 47 | B | 43 | 4A | 39 |
| Octal | 317 | 343 | 101 | 11 | 0 | 107 | 13 | 103 | 112 | 71 |
| Binary | 11001111 | 11100011 | 1000001 | 1001 | 0 | 1000111 | 1011 | 1000011 | 1001010 | 111001 |
Color Harmonies of #CFE341
Complementary color
Monochromatic Colors of #CFE341
Black with #CFE341
Text Example
Text Example
White with #CFE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE341; }
p { color: rgb(207,227,65); }
H1.HeaderClassName
{
color: #CFE341;
}
.AnyTagClassName
{
color: #CFE341;
}
</style>
background-color css
<style>
a { background-color: #CFE341; }
a { background-color: rgb(207,227,65); }
div.DivClassName
{
background-color: #CFE341;
}
.BgClassName
{
background-color: #CFE341;
}
</style>
border-color css
<style>
span { border-color: #CFE341; }
span { border-color: rgb(207,227,65); }
td.TdClassName
{
border-color: #CFE341;
}
.TagClassName
{
border-color: #CFE341;
}
</style>