Shades of Pear #CFE438
Tints of Pear #CFE438
RGB
CMYK
RGB Variations
Color information
#CFE438 (or 0xCFE438) is known color: Pear. HEX triplet: CF, E4 and 38. RGB value is (207,228,56). Sum of RGB (Red+Green+Blue) = 207+228+56=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE438 is #301BC7. Grayscale: #CACACA. Windows color (decimal): -3152840 or 3728591. OLE color: 3728591.
HSL color Cylindrical-coordinate representation of color #CFE438: hue angle of 67.33º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFE438 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 56 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.11 |
| HSL | 67.33º | 0.76% | 0.56% | - |
| HSV(B) | 67.33º | 0.75% | 0.89% | - |
| XYZ | 54.19 | 69.04 | 14.21 | - |
| YUV | 202.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 56 | 0.09 | 0 | 0.75 | 0.11 | 67.33 | 0.76 | 0.56 |
| Hex | CF | E4 | 38 | 9 | 0 | 4B | B | 43 | 4C | 38 |
| Octal | 317 | 344 | 70 | 11 | 0 | 113 | 13 | 103 | 114 | 70 |
| Binary | 11001111 | 11100100 | 111000 | 1001 | 0 | 1001011 | 1011 | 1000011 | 1001100 | 111000 |
Color Harmonies of #CFE438
Complementary color
Monochromatic Colors of #CFE438
Black with #CFE438
Text Example
Text Example
White with #CFE438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE438; }
p { color: rgb(207,228,56); }
H1.HeaderClassName
{
color: #CFE438;
}
.AnyTagClassName
{
color: #CFE438;
}
</style>
background-color css
<style>
a { background-color: #CFE438; }
a { background-color: rgb(207,228,56); }
div.DivClassName
{
background-color: #CFE438;
}
.BgClassName
{
background-color: #CFE438;
}
</style>
border-color css
<style>
span { border-color: #CFE438; }
span { border-color: rgb(207,228,56); }
td.TdClassName
{
border-color: #CFE438;
}
.TagClassName
{
border-color: #CFE438;
}
</style>