Shades of Pear #CFF341
Tints of Pear #CFF341
RGB
CMYK
RGB Variations
Color information
#CFF341 (or 0xCFF341) is known color: Pear. HEX triplet: CF, F3 and 41. RGB value is (207,243,65). Sum of RGB (Red+Green+Blue) = 207+243+65=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF341 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF341 is #300CBE. Grayscale: #D4D4D4. Windows color (decimal): -3148991 or 4322255. OLE color: 4322255.
HSL color Cylindrical-coordinate representation of color #CFF341: hue angle of 72.13º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFF341 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 65 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.05 |
| HSL | 72.13º | 0.88% | 0.6% | - |
| HSV(B) | 72.13º | 0.73% | 0.95% | - |
| XYZ | 58.74 | 77.75 | 16.91 | - |
| YUV | 211.94 | 45.07 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 65 | 0.15 | 0 | 0.73 | 0.05 | 72.13 | 0.88 | 0.6 |
| Hex | CF | F3 | 41 | F | 0 | 49 | 5 | 48 | 58 | 3C |
| Octal | 317 | 363 | 101 | 17 | 0 | 111 | 5 | 110 | 130 | 74 |
| Binary | 11001111 | 11110011 | 1000001 | 1111 | 0 | 1001001 | 101 | 1001000 | 1011000 | 111100 |
Color Harmonies of #CFF341
Complementary color
Monochromatic Colors of #CFF341
Black with #CFF341
Text Example
Text Example
White with #CFF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF341; }
p { color: rgb(207,243,65); }
H1.HeaderClassName
{
color: #CFF341;
}
.AnyTagClassName
{
color: #CFF341;
}
</style>
background-color css
<style>
a { background-color: #CFF341; }
a { background-color: rgb(207,243,65); }
div.DivClassName
{
background-color: #CFF341;
}
.BgClassName
{
background-color: #CFF341;
}
</style>
border-color css
<style>
span { border-color: #CFF341; }
span { border-color: rgb(207,243,65); }
td.TdClassName
{
border-color: #CFF341;
}
.TagClassName
{
border-color: #CFF341;
}
</style>