Shades of Pear #CFF534
Tints of Pear #CFF534
RGB
CMYK
RGB Variations
Color information
#CFF534 (or 0xCFF534) is known color: Pear. HEX triplet: CF, F5 and 34. RGB value is (207,245,52). Sum of RGB (Red+Green+Blue) = 207+245+52=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 52 (20.70% from 255 or 10.32% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF534 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF534 is #300ACB. Grayscale: #D4D4D4. Windows color (decimal): -3148492 or 3470799. OLE color: 3470799.
HSL color Cylindrical-coordinate representation of color #CFF534: hue angle of 71.81º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFF534 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 52 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.04 |
| HSL | 71.81º | 0.91% | 0.58% | - |
| HSV(B) | 71.81º | 0.79% | 0.96% | - |
| XYZ | 59 | 78.82 | 15.35 | - |
| YUV | 211.64 | 37.91 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 52 | 0.16 | 0 | 0.79 | 0.04 | 71.81 | 0.91 | 0.58 |
| Hex | CF | F5 | 34 | 10 | 0 | 4F | 4 | 48 | 5B | 3A |
| Octal | 317 | 365 | 64 | 20 | 0 | 117 | 4 | 110 | 133 | 72 |
| Binary | 11001111 | 11110101 | 110100 | 10000 | 0 | 1001111 | 100 | 1001000 | 1011011 | 111010 |
Color Harmonies of #CFF534
Complementary color
Monochromatic Colors of #CFF534
Black with #CFF534
Text Example
Text Example
White with #CFF534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF534; }
p { color: rgb(207,245,52); }
H1.HeaderClassName
{
color: #CFF534;
}
.AnyTagClassName
{
color: #CFF534;
}
</style>
background-color css
<style>
a { background-color: #CFF534; }
a { background-color: rgb(207,245,52); }
div.DivClassName
{
background-color: #CFF534;
}
.BgClassName
{
background-color: #CFF534;
}
</style>
border-color css
<style>
span { border-color: #CFF534; }
span { border-color: rgb(207,245,52); }
td.TdClassName
{
border-color: #CFF534;
}
.TagClassName
{
border-color: #CFF534;
}
</style>