Shades of Pear #CFE23B
Tints of Pear #CFE23B
RGB
CMYK
RGB Variations
Color information
#CFE23B (or 0xCFE23B) is known color: Pear. HEX triplet: CF, E2 and 3B. RGB value is (207,226,59). Sum of RGB (Red+Green+Blue) = 207+226+59=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE23B is #301DC4. Grayscale: #C9C9C9. Windows color (decimal): -3153349 or 3924687. OLE color: 3924687.
HSL color Cylindrical-coordinate representation of color #CFE23B: hue angle of 66.83º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFE23B is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 59 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.11 |
| HSL | 66.83º | 0.74% | 0.56% | - |
| HSV(B) | 66.83º | 0.74% | 0.89% | - |
| XYZ | 53.72 | 67.97 | 14.43 | - |
| YUV | 201.28 | 47.71 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 59 | 0.08 | 0 | 0.74 | 0.11 | 66.83 | 0.74 | 0.56 |
| Hex | CF | E2 | 3B | 8 | 0 | 4A | B | 43 | 4A | 38 |
| Octal | 317 | 342 | 73 | 10 | 0 | 112 | 13 | 103 | 112 | 70 |
| Binary | 11001111 | 11100010 | 111011 | 1000 | 0 | 1001010 | 1011 | 1000011 | 1001010 | 111000 |
Color Harmonies of #CFE23B
Complementary color
Monochromatic Colors of #CFE23B
Black with #CFE23B
Text Example
Text Example
White with #CFE23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE23B; }
p { color: rgb(207,226,59); }
H1.HeaderClassName
{
color: #CFE23B;
}
.AnyTagClassName
{
color: #CFE23B;
}
</style>
background-color css
<style>
a { background-color: #CFE23B; }
a { background-color: rgb(207,226,59); }
div.DivClassName
{
background-color: #CFE23B;
}
.BgClassName
{
background-color: #CFE23B;
}
</style>
border-color css
<style>
span { border-color: #CFE23B; }
span { border-color: rgb(207,226,59); }
td.TdClassName
{
border-color: #CFE23B;
}
.TagClassName
{
border-color: #CFE23B;
}
</style>