Shades of Pear #CFE93D
Tints of Pear #CFE93D
RGB
CMYK
RGB Variations
Color information
#CFE93D (or 0xCFE93D) is known color: Pear. HEX triplet: CF, E9 and 3D. RGB value is (207,233,61). Sum of RGB (Red+Green+Blue) = 207+233+61=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE93D is #3016C2. Grayscale: #CECECE. Windows color (decimal): -3151555 or 4057551. OLE color: 4057551.
HSL color Cylindrical-coordinate representation of color #CFE93D: hue angle of 69.07º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFE93D is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 61 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.09 |
| HSL | 69.07º | 0.8% | 0.58% | - |
| HSV(B) | 69.07º | 0.74% | 0.91% | - |
| XYZ | 55.71 | 71.88 | 15.35 | - |
| YUV | 205.62 | 46.39 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 61 | 0.11 | 0 | 0.74 | 0.09 | 69.07 | 0.8 | 0.58 |
| Hex | CF | E9 | 3D | B | 0 | 4A | 9 | 45 | 50 | 3A |
| Octal | 317 | 351 | 75 | 13 | 0 | 112 | 11 | 105 | 120 | 72 |
| Binary | 11001111 | 11101001 | 111101 | 1011 | 0 | 1001010 | 1001 | 1000101 | 1010000 | 111010 |
Color Harmonies of #CFE93D
Complementary color
Monochromatic Colors of #CFE93D
Black with #CFE93D
Text Example
Text Example
White with #CFE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE93D; }
p { color: rgb(207,233,61); }
H1.HeaderClassName
{
color: #CFE93D;
}
.AnyTagClassName
{
color: #CFE93D;
}
</style>
background-color css
<style>
a { background-color: #CFE93D; }
a { background-color: rgb(207,233,61); }
div.DivClassName
{
background-color: #CFE93D;
}
.BgClassName
{
background-color: #CFE93D;
}
</style>
border-color css
<style>
span { border-color: #CFE93D; }
span { border-color: rgb(207,233,61); }
td.TdClassName
{
border-color: #CFE93D;
}
.TagClassName
{
border-color: #CFE93D;
}
</style>