Shades of Pear #CFF123
Tints of Pear #CFF123
RGB
CMYK
RGB Variations
Color information
#CFF123 (or 0xCFF123) is known color: Pear. HEX triplet: CF, F1 and 23. RGB value is (207,241,35). Sum of RGB (Red+Green+Blue) = 207+241+35=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 35 (14.06% from 255 or 7.25% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF123 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF123 is #300EDC. Grayscale: #D0D0D0. Windows color (decimal): -3149533 or 2355663. OLE color: 2355663.
HSL color Cylindrical-coordinate representation of color #CFF123: hue angle of 69.9º 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 #CFF123 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 35 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.05 |
| HSL | 69.9º | 0.88% | 0.54% | - |
| HSV(B) | 69.9º | 0.85% | 0.95% | - |
| XYZ | 57.49 | 76.3 | 13.29 | - |
| YUV | 207.35 | 30.74 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 35 | 0.14 | 0 | 0.85 | 0.05 | 69.9 | 0.88 | 0.54 |
| Hex | CF | F1 | 23 | E | 0 | 55 | 5 | 46 | 58 | 36 |
| Octal | 317 | 361 | 43 | 16 | 0 | 125 | 5 | 106 | 130 | 66 |
| Binary | 11001111 | 11110001 | 100011 | 1110 | 0 | 1010101 | 101 | 1000110 | 1011000 | 110110 |
Color Harmonies of #CFF123
Complementary color
Monochromatic Colors of #CFF123
Black with #CFF123
Text Example
Text Example
White with #CFF123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF123; }
p { color: rgb(207,241,35); }
H1.HeaderClassName
{
color: #CFF123;
}
.AnyTagClassName
{
color: #CFF123;
}
</style>
background-color css
<style>
a { background-color: #CFF123; }
a { background-color: rgb(207,241,35); }
div.DivClassName
{
background-color: #CFF123;
}
.BgClassName
{
background-color: #CFF123;
}
</style>
border-color css
<style>
span { border-color: #CFF123; }
span { border-color: rgb(207,241,35); }
td.TdClassName
{
border-color: #CFF123;
}
.TagClassName
{
border-color: #CFF123;
}
</style>