Shades of Pear #CFE51F
Tints of Pear #CFE51F
RGB
CMYK
RGB Variations
Color information
#CFE51F (or 0xCFE51F) is known color: Pear. HEX triplet: CF, E5 and 1F. RGB value is (207,229,31). Sum of RGB (Red+Green+Blue) = 207+229+31=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE51F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE51F is #301AE0. Grayscale: #C8C8C8. Windows color (decimal): -3152609 or 2090447. OLE color: 2090447.
HSL color Cylindrical-coordinate representation of color #CFE51F: hue angle of 66.67º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFE51F is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 31 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.10 |
| HSL | 66.67º | 0.79% | 0.51% | - |
| HSV(B) | 66.67º | 0.86% | 0.9% | - |
| XYZ | 54 | 69.4 | 11.85 | - |
| YUV | 199.85 | 32.71 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 31 | 0.10 | 0 | 0.86 | 0.10 | 66.67 | 0.79 | 0.51 |
| Hex | CF | E5 | 1F | A | 0 | 56 | A | 43 | 4F | 33 |
| Octal | 317 | 345 | 37 | 12 | 0 | 126 | 12 | 103 | 117 | 63 |
| Binary | 11001111 | 11100101 | 11111 | 1010 | 0 | 1010110 | 1010 | 1000011 | 1001111 | 110011 |
Color Harmonies of #CFE51F
Complementary color
Monochromatic Colors of #CFE51F
Black with #CFE51F
Text Example
Text Example
White with #CFE51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE51F; }
p { color: rgb(207,229,31); }
H1.HeaderClassName
{
color: #CFE51F;
}
.AnyTagClassName
{
color: #CFE51F;
}
</style>
background-color css
<style>
a { background-color: #CFE51F; }
a { background-color: rgb(207,229,31); }
div.DivClassName
{
background-color: #CFE51F;
}
.BgClassName
{
background-color: #CFE51F;
}
</style>
border-color css
<style>
span { border-color: #CFE51F; }
span { border-color: rgb(207,229,31); }
td.TdClassName
{
border-color: #CFE51F;
}
.TagClassName
{
border-color: #CFE51F;
}
</style>