Shades of Pear #CFE41B
Tints of Pear #CFE41B
RGB
CMYK
RGB Variations
Color information
#CFE41B (or 0xCFE41B) is known color: Pear. HEX triplet: CF, E4 and 1B. RGB value is (207,228,27). Sum of RGB (Red+Green+Blue) = 207+228+27=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE41B is #301BE4. Grayscale: #C7C7C7. Windows color (decimal): -3152869 or 1828047. OLE color: 1828047.
HSL color Cylindrical-coordinate representation of color #CFE41B: hue angle of 66.27º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFE41B is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 27 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.11 |
| HSL | 66.27º | 0.79% | 0.5% | - |
| HSV(B) | 66.27º | 0.88% | 0.89% | - |
| XYZ | 53.67 | 68.83 | 11.49 | - |
| YUV | 198.81 | 31.04 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 27 | 0.09 | 0 | 0.88 | 0.11 | 66.27 | 0.79 | 0.5 |
| Hex | CF | E4 | 1B | 9 | 0 | 58 | B | 42 | 4F | 32 |
| Octal | 317 | 344 | 33 | 11 | 0 | 130 | 13 | 102 | 117 | 62 |
| Binary | 11001111 | 11100100 | 11011 | 1001 | 0 | 1011000 | 1011 | 1000010 | 1001111 | 110010 |
Color Harmonies of #CFE41B
Complementary color
Monochromatic Colors of #CFE41B
Black with #CFE41B
Text Example
Text Example
White with #CFE41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE41B; }
p { color: rgb(207,228,27); }
H1.HeaderClassName
{
color: #CFE41B;
}
.AnyTagClassName
{
color: #CFE41B;
}
</style>
background-color css
<style>
a { background-color: #CFE41B; }
a { background-color: rgb(207,228,27); }
div.DivClassName
{
background-color: #CFE41B;
}
.BgClassName
{
background-color: #CFE41B;
}
</style>
border-color css
<style>
span { border-color: #CFE41B; }
span { border-color: rgb(207,228,27); }
td.TdClassName
{
border-color: #CFE41B;
}
.TagClassName
{
border-color: #CFE41B;
}
</style>