Shades of Pear #CFF124
Tints of Pear #CFF124
RGB
CMYK
RGB Variations
Color information
#CFF124 (or 0xCFF124) is known color: Pear. HEX triplet: CF, F1 and 24. RGB value is (207,241,36). Sum of RGB (Red+Green+Blue) = 207+241+36=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 36 (14.45% from 255 or 7.44% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF124 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF124 is #300EDB. Grayscale: #D0D0D0. Windows color (decimal): -3149532 or 2421199. OLE color: 2421199.
HSL color Cylindrical-coordinate representation of color #CFF124: hue angle of 69.95º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFF124 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 36 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.05 |
| HSL | 69.95º | 0.88% | 0.54% | - |
| HSV(B) | 69.95º | 0.85% | 0.95% | - |
| XYZ | 57.51 | 76.3 | 13.37 | - |
| YUV | 207.46 | 31.24 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 36 | 0.14 | 0 | 0.85 | 0.05 | 69.95 | 0.88 | 0.54 |
| Hex | CF | F1 | 24 | E | 0 | 55 | 5 | 46 | 58 | 36 |
| Octal | 317 | 361 | 44 | 16 | 0 | 125 | 5 | 106 | 130 | 66 |
| Binary | 11001111 | 11110001 | 100100 | 1110 | 0 | 1010101 | 101 | 1000110 | 1011000 | 110110 |
Color Harmonies of #CFF124
Complementary color
Monochromatic Colors of #CFF124
Black with #CFF124
Text Example
Text Example
White with #CFF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF124; }
p { color: rgb(207,241,36); }
H1.HeaderClassName
{
color: #CFF124;
}
.AnyTagClassName
{
color: #CFF124;
}
</style>
background-color css
<style>
a { background-color: #CFF124; }
a { background-color: rgb(207,241,36); }
div.DivClassName
{
background-color: #CFF124;
}
.BgClassName
{
background-color: #CFF124;
}
</style>
border-color css
<style>
span { border-color: #CFF124; }
span { border-color: rgb(207,241,36); }
td.TdClassName
{
border-color: #CFF124;
}
.TagClassName
{
border-color: #CFF124;
}
</style>