Shades of Pear #CFF234
Tints of Pear #CFF234
RGB
CMYK
RGB Variations
Color information
#CFF234 (or 0xCFF234) is known color: Pear. HEX triplet: CF, F2 and 34. RGB value is (207,242,52). Sum of RGB (Red+Green+Blue) = 207+242+52=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF234 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF234 is #300DCB. Grayscale: #D2D2D2. Windows color (decimal): -3149260 or 3470031. OLE color: 3470031.
HSL color Cylindrical-coordinate representation of color #CFF234: hue angle of 71.05º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFF234 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 52 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.05 |
| HSL | 71.05º | 0.88% | 0.58% | - |
| HSV(B) | 71.05º | 0.79% | 0.95% | - |
| XYZ | 58.1 | 77.02 | 15.05 | - |
| YUV | 209.88 | 38.9 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 52 | 0.14 | 0 | 0.79 | 0.05 | 71.05 | 0.88 | 0.58 |
| Hex | CF | F2 | 34 | E | 0 | 4F | 5 | 47 | 58 | 3A |
| Octal | 317 | 362 | 64 | 16 | 0 | 117 | 5 | 107 | 130 | 72 |
| Binary | 11001111 | 11110010 | 110100 | 1110 | 0 | 1001111 | 101 | 1000111 | 1011000 | 111010 |
Color Harmonies of #CFF234
Complementary color
Monochromatic Colors of #CFF234
Black with #CFF234
Text Example
Text Example
White with #CFF234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF234; }
p { color: rgb(207,242,52); }
H1.HeaderClassName
{
color: #CFF234;
}
.AnyTagClassName
{
color: #CFF234;
}
</style>
background-color css
<style>
a { background-color: #CFF234; }
a { background-color: rgb(207,242,52); }
div.DivClassName
{
background-color: #CFF234;
}
.BgClassName
{
background-color: #CFF234;
}
</style>
border-color css
<style>
span { border-color: #CFF234; }
span { border-color: rgb(207,242,52); }
td.TdClassName
{
border-color: #CFF234;
}
.TagClassName
{
border-color: #CFF234;
}
</style>