Shades of Pear #CFF934
Tints of Pear #CFF934
RGB
CMYK
RGB Variations
Color information
#CFF934 (or 0xCFF934) is known color: Pear. HEX triplet: CF, F9 and 34. RGB value is (207,249,52). Sum of RGB (Red+Green+Blue) = 207+249+52=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF934 is #3006CB. Grayscale: #D6D6D6. Windows color (decimal): -3147468 or 3471823. OLE color: 3471823.
HSL color Cylindrical-coordinate representation of color #CFF934: hue angle of 72.79º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFF934 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 52 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.02 |
| HSL | 72.79º | 0.94% | 0.59% | - |
| HSV(B) | 72.79º | 0.79% | 0.98% | - |
| XYZ | 60.23 | 81.26 | 15.76 | - |
| YUV | 213.98 | 36.59 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 52 | 0.17 | 0 | 0.79 | 0.02 | 72.79 | 0.94 | 0.59 |
| Hex | CF | F9 | 34 | 11 | 0 | 4F | 2 | 49 | 5E | 3B |
| Octal | 317 | 371 | 64 | 21 | 0 | 117 | 2 | 111 | 136 | 73 |
| Binary | 11001111 | 11111001 | 110100 | 10001 | 0 | 1001111 | 10 | 1001001 | 1011110 | 111011 |
Color Harmonies of #CFF934
Complementary color
Monochromatic Colors of #CFF934
Black with #CFF934
Text Example
Text Example
White with #CFF934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF934; }
p { color: rgb(207,249,52); }
H1.HeaderClassName
{
color: #CFF934;
}
.AnyTagClassName
{
color: #CFF934;
}
</style>
background-color css
<style>
a { background-color: #CFF934; }
a { background-color: rgb(207,249,52); }
div.DivClassName
{
background-color: #CFF934;
}
.BgClassName
{
background-color: #CFF934;
}
</style>
border-color css
<style>
span { border-color: #CFF934; }
span { border-color: rgb(207,249,52); }
td.TdClassName
{
border-color: #CFF934;
}
.TagClassName
{
border-color: #CFF934;
}
</style>