Shades of Pear #CFE024
Tints of Pear #CFE024
RGB
CMYK
RGB Variations
Color information
#CFE024 (or 0xCFE024) is known color: Pear. HEX triplet: CF, E0 and 24. RGB value is (207,224,36). Sum of RGB (Red+Green+Blue) = 207+224+36=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 36 (14.45% from 255 or 7.71% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE024 is #301FDB. Grayscale: #C6C6C6. Windows color (decimal): -3153884 or 2416847. OLE color: 2416847.
HSL color Cylindrical-coordinate representation of color #CFE024: hue angle of 65.43º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFE024 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 36 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.12 |
| HSL | 65.43º | 0.75% | 0.51% | - |
| HSV(B) | 65.43º | 0.84% | 0.88% | - |
| XYZ | 52.71 | 66.7 | 11.77 | - |
| YUV | 197.49 | 36.87 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 36 | 0.08 | 0 | 0.84 | 0.12 | 65.43 | 0.75 | 0.51 |
| Hex | CF | E0 | 24 | 8 | 0 | 54 | C | 41 | 4B | 33 |
| Octal | 317 | 340 | 44 | 10 | 0 | 124 | 14 | 101 | 113 | 63 |
| Binary | 11001111 | 11100000 | 100100 | 1000 | 0 | 1010100 | 1100 | 1000001 | 1001011 | 110011 |
Color Harmonies of #CFE024
Complementary color
Monochromatic Colors of #CFE024
Black with #CFE024
Text Example
Text Example
White with #CFE024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE024; }
p { color: rgb(207,224,36); }
H1.HeaderClassName
{
color: #CFE024;
}
.AnyTagClassName
{
color: #CFE024;
}
</style>
background-color css
<style>
a { background-color: #CFE024; }
a { background-color: rgb(207,224,36); }
div.DivClassName
{
background-color: #CFE024;
}
.BgClassName
{
background-color: #CFE024;
}
</style>
border-color css
<style>
span { border-color: #CFE024; }
span { border-color: rgb(207,224,36); }
td.TdClassName
{
border-color: #CFE024;
}
.TagClassName
{
border-color: #CFE024;
}
</style>