Shades of Pear #CFF23E
Tints of Pear #CFF23E
RGB
CMYK
RGB Variations
Color information
#CFF23E (or 0xCFF23E) is known color: Pear. HEX triplet: CF, F2 and 3E. RGB value is (207,242,62). Sum of RGB (Red+Green+Blue) = 207+242+62=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF23E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF23E is #300DC1. Grayscale: #D3D3D3. Windows color (decimal): -3149250 or 4125391. OLE color: 4125391.
HSL color Cylindrical-coordinate representation of color #CFF23E: hue angle of 71.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFF23E is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 62 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.05 |
| HSL | 71.67º | 0.87% | 0.6% | - |
| HSV(B) | 71.67º | 0.74% | 0.95% | - |
| XYZ | 58.35 | 77.12 | 16.37 | - |
| YUV | 211.02 | 43.9 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 62 | 0.14 | 0 | 0.74 | 0.05 | 71.67 | 0.87 | 0.6 |
| Hex | CF | F2 | 3E | E | 0 | 4A | 5 | 48 | 57 | 3C |
| Octal | 317 | 362 | 76 | 16 | 0 | 112 | 5 | 110 | 127 | 74 |
| Binary | 11001111 | 11110010 | 111110 | 1110 | 0 | 1001010 | 101 | 1001000 | 1010111 | 111100 |
Color Harmonies of #CFF23E
Complementary color
Monochromatic Colors of #CFF23E
Black with #CFF23E
Text Example
Text Example
White with #CFF23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF23E; }
p { color: rgb(207,242,62); }
H1.HeaderClassName
{
color: #CFF23E;
}
.AnyTagClassName
{
color: #CFF23E;
}
</style>
background-color css
<style>
a { background-color: #CFF23E; }
a { background-color: rgb(207,242,62); }
div.DivClassName
{
background-color: #CFF23E;
}
.BgClassName
{
background-color: #CFF23E;
}
</style>
border-color css
<style>
span { border-color: #CFF23E; }
span { border-color: rgb(207,242,62); }
td.TdClassName
{
border-color: #CFF23E;
}
.TagClassName
{
border-color: #CFF23E;
}
</style>