Shades of Pear #CFEE4B
Tints of Pear #CFEE4B
RGB
CMYK
RGB Variations
Color information
#CFEE4B (or 0xCFEE4B) is known color: Pear. HEX triplet: CF, EE and 4B. RGB value is (207,238,75). Sum of RGB (Red+Green+Blue) = 207+238+75=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEE4B is #3011B4. Grayscale: #D2D2D2. Windows color (decimal): -3150261 or 4976335. OLE color: 4976335.
HSL color Cylindrical-coordinate representation of color #CFEE4B: hue angle of 71.41º degrees, saturation: 0.83, 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 #CFEE4B is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 75 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.07 |
| HSL | 71.41º | 0.83% | 0.61% | - |
| HSV(B) | 71.41º | 0.68% | 0.93% | - |
| XYZ | 57.58 | 74.92 | 18.08 | - |
| YUV | 210.15 | 51.73 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 75 | 0.13 | 0 | 0.68 | 0.07 | 71.41 | 0.83 | 0.61 |
| Hex | CF | EE | 4B | D | 0 | 44 | 7 | 47 | 53 | 3D |
| Octal | 317 | 356 | 113 | 15 | 0 | 104 | 7 | 107 | 123 | 75 |
| Binary | 11001111 | 11101110 | 1001011 | 1101 | 0 | 1000100 | 111 | 1000111 | 1010011 | 111101 |
Color Harmonies of #CFEE4B
Complementary color
Monochromatic Colors of #CFEE4B
Black with #CFEE4B
Text Example
Text Example
White with #CFEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEE4B; }
p { color: rgb(207,238,75); }
H1.HeaderClassName
{
color: #CFEE4B;
}
.AnyTagClassName
{
color: #CFEE4B;
}
</style>
background-color css
<style>
a { background-color: #CFEE4B; }
a { background-color: rgb(207,238,75); }
div.DivClassName
{
background-color: #CFEE4B;
}
.BgClassName
{
background-color: #CFEE4B;
}
</style>
border-color css
<style>
span { border-color: #CFEE4B; }
span { border-color: rgb(207,238,75); }
td.TdClassName
{
border-color: #CFEE4B;
}
.TagClassName
{
border-color: #CFEE4B;
}
</style>