Shades of Pear #C7F324
Tints of Pear #C7F324
RGB
CMYK
RGB Variations
Color information
#C7F324 (or 0xC7F324) is known color: Pear. HEX triplet: C7, F3 and 24. RGB value is (199,243,36). Sum of RGB (Red+Green+Blue) = 199+243+36=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 36 (14.45% from 255 or 7.53% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F324 is #380CDB. Grayscale: #CFCFCF. Windows color (decimal): -3673308 or 2421703. OLE color: 2421703.
HSL color Cylindrical-coordinate representation of color #C7F324: hue angle of 72.75º 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 #C7F324 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 36 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.05 |
| HSL | 72.75º | 0.9% | 0.55% | - |
| HSV(B) | 72.75º | 0.85% | 0.95% | - |
| XYZ | 55.92 | 76.37 | 13.46 | - |
| YUV | 206.25 | 31.92 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 36 | 0.18 | 0 | 0.85 | 0.05 | 72.75 | 0.9 | 0.55 |
| Hex | C7 | F3 | 24 | 12 | 0 | 55 | 5 | 49 | 5A | 37 |
| Octal | 307 | 363 | 44 | 22 | 0 | 125 | 5 | 111 | 132 | 67 |
| Binary | 11000111 | 11110011 | 100100 | 10010 | 0 | 1010101 | 101 | 1001001 | 1011010 | 110111 |
Color Harmonies of #C7F324
Complementary color
Monochromatic Colors of #C7F324
Black with #C7F324
Text Example
Text Example
White with #C7F324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F324; }
p { color: rgb(199,243,36); }
H1.HeaderClassName
{
color: #C7F324;
}
.AnyTagClassName
{
color: #C7F324;
}
</style>
background-color css
<style>
a { background-color: #C7F324; }
a { background-color: rgb(199,243,36); }
div.DivClassName
{
background-color: #C7F324;
}
.BgClassName
{
background-color: #C7F324;
}
</style>
border-color css
<style>
span { border-color: #C7F324; }
span { border-color: rgb(199,243,36); }
td.TdClassName
{
border-color: #C7F324;
}
.TagClassName
{
border-color: #C7F324;
}
</style>