Shades of Pear #CFF340
Tints of Pear #CFF340
RGB
CMYK
RGB Variations
Color information
#CFF340 (or 0xCFF340) is known color: Pear. HEX triplet: CF, F3 and 40. RGB value is (207,243,64). Sum of RGB (Red+Green+Blue) = 207+243+64=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF340 is #300CBF. Grayscale: #D4D4D4. Windows color (decimal): -3148992 or 4256719. OLE color: 4256719.
HSL color Cylindrical-coordinate representation of color #CFF340: hue angle of 72.07º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFF340 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 64 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.05 |
| HSL | 72.07º | 0.88% | 0.6% | - |
| HSV(B) | 72.07º | 0.74% | 0.95% | - |
| XYZ | 58.71 | 77.74 | 16.76 | - |
| YUV | 211.83 | 44.57 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 64 | 0.15 | 0 | 0.74 | 0.05 | 72.07 | 0.88 | 0.6 |
| Hex | CF | F3 | 40 | F | 0 | 4A | 5 | 48 | 58 | 3C |
| Octal | 317 | 363 | 100 | 17 | 0 | 112 | 5 | 110 | 130 | 74 |
| Binary | 11001111 | 11110011 | 1000000 | 1111 | 0 | 1001010 | 101 | 1001000 | 1011000 | 111100 |
Color Harmonies of #CFF340
Complementary color
Monochromatic Colors of #CFF340
Black with #CFF340
Text Example
Text Example
White with #CFF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF340; }
p { color: rgb(207,243,64); }
H1.HeaderClassName
{
color: #CFF340;
}
.AnyTagClassName
{
color: #CFF340;
}
</style>
background-color css
<style>
a { background-color: #CFF340; }
a { background-color: rgb(207,243,64); }
div.DivClassName
{
background-color: #CFF340;
}
.BgClassName
{
background-color: #CFF340;
}
</style>
border-color css
<style>
span { border-color: #CFF340; }
span { border-color: rgb(207,243,64); }
td.TdClassName
{
border-color: #CFF340;
}
.TagClassName
{
border-color: #CFF340;
}
</style>