Shades of Pear #CFF324
Tints of Pear #CFF324
RGB
CMYK
RGB Variations
Color information
#CFF324 (or 0xCFF324) is known color: Pear. HEX triplet: CF, F3 and 24. RGB value is (207,243,36). Sum of RGB (Red+Green+Blue) = 207+243+36=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 36 (14.45% from 255 or 7.41% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF324 is #300CDB. Grayscale: #D1D1D1. Windows color (decimal): -3149020 or 2421711. OLE color: 2421711.
HSL color Cylindrical-coordinate representation of color #CFF324: hue angle of 70.43º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFF324 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 36 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.05 |
| HSL | 70.43º | 0.9% | 0.55% | - |
| HSV(B) | 70.43º | 0.85% | 0.95% | - |
| XYZ | 58.1 | 77.49 | 13.56 | - |
| YUV | 208.64 | 30.57 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 36 | 0.15 | 0 | 0.85 | 0.05 | 70.43 | 0.9 | 0.55 |
| Hex | CF | F3 | 24 | F | 0 | 55 | 5 | 46 | 5A | 37 |
| Octal | 317 | 363 | 44 | 17 | 0 | 125 | 5 | 106 | 132 | 67 |
| Binary | 11001111 | 11110011 | 100100 | 1111 | 0 | 1010101 | 101 | 1000110 | 1011010 | 110111 |
Color Harmonies of #CFF324
Complementary color
Monochromatic Colors of #CFF324
Black with #CFF324
Text Example
Text Example
White with #CFF324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF324; }
p { color: rgb(207,243,36); }
H1.HeaderClassName
{
color: #CFF324;
}
.AnyTagClassName
{
color: #CFF324;
}
</style>
background-color css
<style>
a { background-color: #CFF324; }
a { background-color: rgb(207,243,36); }
div.DivClassName
{
background-color: #CFF324;
}
.BgClassName
{
background-color: #CFF324;
}
</style>
border-color css
<style>
span { border-color: #CFF324; }
span { border-color: rgb(207,243,36); }
td.TdClassName
{
border-color: #CFF324;
}
.TagClassName
{
border-color: #CFF324;
}
</style>