Shades of Pear #CFE01C
Tints of Pear #CFE01C
RGB
CMYK
RGB Variations
Color information
#CFE01C (or 0xCFE01C) is known color: Pear. HEX triplet: CF, E0 and 1C. RGB value is (207,224,28). Sum of RGB (Red+Green+Blue) = 207+224+28=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE01C is #301FE3. Grayscale: #C5C5C5. Windows color (decimal): -3153892 or 1892559. OLE color: 1892559.
HSL color Cylindrical-coordinate representation of color #CFE01C: hue angle of 65.2º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFE01C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 28 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.12 |
| HSL | 65.2º | 0.78% | 0.49% | - |
| HSV(B) | 65.2º | 0.88% | 0.88% | - |
| XYZ | 52.6 | 66.66 | 11.19 | - |
| YUV | 196.57 | 32.87 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 28 | 0.08 | 0 | 0.88 | 0.12 | 65.2 | 0.78 | 0.49 |
| Hex | CF | E0 | 1C | 8 | 0 | 58 | C | 41 | 4E | 31 |
| Octal | 317 | 340 | 34 | 10 | 0 | 130 | 14 | 101 | 116 | 61 |
| Binary | 11001111 | 11100000 | 11100 | 1000 | 0 | 1011000 | 1100 | 1000001 | 1001110 | 110001 |
Color Harmonies of #CFE01C
Complementary color
Monochromatic Colors of #CFE01C
Black with #CFE01C
Text Example
Text Example
White with #CFE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE01C; }
p { color: rgb(207,224,28); }
H1.HeaderClassName
{
color: #CFE01C;
}
.AnyTagClassName
{
color: #CFE01C;
}
</style>
background-color css
<style>
a { background-color: #CFE01C; }
a { background-color: rgb(207,224,28); }
div.DivClassName
{
background-color: #CFE01C;
}
.BgClassName
{
background-color: #CFE01C;
}
</style>
border-color css
<style>
span { border-color: #CFE01C; }
span { border-color: rgb(207,224,28); }
td.TdClassName
{
border-color: #CFE01C;
}
.TagClassName
{
border-color: #CFE01C;
}
</style>