Shades of Pear #CFF34A
Tints of Pear #CFF34A
RGB
CMYK
RGB Variations
Color information
#CFF34A (or 0xCFF34A) is known color: Pear. HEX triplet: CF, F3 and 4A. RGB value is (207,243,74). Sum of RGB (Red+Green+Blue) = 207+243+74=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF34A is #300CB5. Grayscale: #D5D5D5. Windows color (decimal): -3148982 or 4912079. OLE color: 4912079.
HSL color Cylindrical-coordinate representation of color #CFF34A: hue angle of 72.78º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFF34A is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 74 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.05 |
| HSL | 72.78º | 0.88% | 0.62% | - |
| HSV(B) | 72.78º | 0.7% | 0.95% | - |
| XYZ | 59.02 | 77.86 | 18.4 | - |
| YUV | 212.97 | 49.57 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 74 | 0.15 | 0 | 0.70 | 0.05 | 72.78 | 0.88 | 0.62 |
| Hex | CF | F3 | 4A | F | 0 | 46 | 5 | 49 | 58 | 3E |
| Octal | 317 | 363 | 112 | 17 | 0 | 106 | 5 | 111 | 130 | 76 |
| Binary | 11001111 | 11110011 | 1001010 | 1111 | 0 | 1000110 | 101 | 1001001 | 1011000 | 111110 |
Color Harmonies of #CFF34A
Complementary color
Monochromatic Colors of #CFF34A
Black with #CFF34A
Text Example
Text Example
White with #CFF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF34A; }
p { color: rgb(207,243,74); }
H1.HeaderClassName
{
color: #CFF34A;
}
.AnyTagClassName
{
color: #CFF34A;
}
</style>
background-color css
<style>
a { background-color: #CFF34A; }
a { background-color: rgb(207,243,74); }
div.DivClassName
{
background-color: #CFF34A;
}
.BgClassName
{
background-color: #CFF34A;
}
</style>
border-color css
<style>
span { border-color: #CFF34A; }
span { border-color: rgb(207,243,74); }
td.TdClassName
{
border-color: #CFF34A;
}
.TagClassName
{
border-color: #CFF34A;
}
</style>