Shades of Pear #CFED4B
Tints of Pear #CFED4B
RGB
CMYK
RGB Variations
Color information
#CFED4B (or 0xCFED4B) is known color: Pear. HEX triplet: CF, ED and 4B. RGB value is (207,237,75). Sum of RGB (Red+Green+Blue) = 207+237+75=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFED4B is #3012B4. Grayscale: #D2D2D2. Windows color (decimal): -3150517 or 4976079. OLE color: 4976079.
HSL color Cylindrical-coordinate representation of color #CFED4B: hue angle of 71.11º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFED4B is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 75 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.07 |
| HSL | 71.11º | 0.82% | 0.61% | - |
| HSV(B) | 71.11º | 0.68% | 0.93% | - |
| XYZ | 57.29 | 74.34 | 17.99 | - |
| YUV | 209.56 | 52.06 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 75 | 0.13 | 0 | 0.68 | 0.07 | 71.11 | 0.82 | 0.61 |
| Hex | CF | ED | 4B | D | 0 | 44 | 7 | 47 | 52 | 3D |
| Octal | 317 | 355 | 113 | 15 | 0 | 104 | 7 | 107 | 122 | 75 |
| Binary | 11001111 | 11101101 | 1001011 | 1101 | 0 | 1000100 | 111 | 1000111 | 1010010 | 111101 |
Color Harmonies of #CFED4B
Complementary color
Monochromatic Colors of #CFED4B
Black with #CFED4B
Text Example
Text Example
White with #CFED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED4B; }
p { color: rgb(207,237,75); }
H1.HeaderClassName
{
color: #CFED4B;
}
.AnyTagClassName
{
color: #CFED4B;
}
</style>
background-color css
<style>
a { background-color: #CFED4B; }
a { background-color: rgb(207,237,75); }
div.DivClassName
{
background-color: #CFED4B;
}
.BgClassName
{
background-color: #CFED4B;
}
</style>
border-color css
<style>
span { border-color: #CFED4B; }
span { border-color: rgb(207,237,75); }
td.TdClassName
{
border-color: #CFED4B;
}
.TagClassName
{
border-color: #CFED4B;
}
</style>