Shades of Pear #CFE028
Tints of Pear #CFE028
RGB
CMYK
RGB Variations
Color information
#CFE028 (or 0xCFE028) is known color: Pear. HEX triplet: CF, E0 and 28. RGB value is (207,224,40). Sum of RGB (Red+Green+Blue) = 207+224+40=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE028 is #301FD7. Grayscale: #C6C6C6. Windows color (decimal): -3153880 or 2678991. OLE color: 2678991.
HSL color Cylindrical-coordinate representation of color #CFE028: hue angle of 65.54º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFE028 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 40 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.12 |
| HSL | 65.54º | 0.75% | 0.52% | - |
| HSV(B) | 65.54º | 0.82% | 0.88% | - |
| XYZ | 52.77 | 66.73 | 12.11 | - |
| YUV | 197.94 | 38.87 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 40 | 0.08 | 0 | 0.82 | 0.12 | 65.54 | 0.75 | 0.52 |
| Hex | CF | E0 | 28 | 8 | 0 | 52 | C | 42 | 4B | 34 |
| Octal | 317 | 340 | 50 | 10 | 0 | 122 | 14 | 102 | 113 | 64 |
| Binary | 11001111 | 11100000 | 101000 | 1000 | 0 | 1010010 | 1100 | 1000010 | 1001011 | 110100 |
Color Harmonies of #CFE028
Complementary color
Monochromatic Colors of #CFE028
Black with #CFE028
Text Example
Text Example
White with #CFE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE028; }
p { color: rgb(207,224,40); }
H1.HeaderClassName
{
color: #CFE028;
}
.AnyTagClassName
{
color: #CFE028;
}
</style>
background-color css
<style>
a { background-color: #CFE028; }
a { background-color: rgb(207,224,40); }
div.DivClassName
{
background-color: #CFE028;
}
.BgClassName
{
background-color: #CFE028;
}
</style>
border-color css
<style>
span { border-color: #CFE028; }
span { border-color: rgb(207,224,40); }
td.TdClassName
{
border-color: #CFE028;
}
.TagClassName
{
border-color: #CFE028;
}
</style>