Shades of Pear #C6F325
Tints of Pear #C6F325
RGB
CMYK
RGB Variations
Color information
#C6F325 (or 0xC6F325) is known color: Pear. HEX triplet: C6, F3 and 25. RGB value is (198,243,37). Sum of RGB (Red+Green+Blue) = 198+243+37=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F325 is #390CDA. Grayscale: #CECECE. Windows color (decimal): -3738843 or 2487238. OLE color: 2487238.
HSL color Cylindrical-coordinate representation of color #C6F325: hue angle of 73.11º 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 #C6F325 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 37 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.05 |
| HSL | 73.11º | 0.9% | 0.55% | - |
| HSV(B) | 73.11º | 0.85% | 0.95% | - |
| XYZ | 55.67 | 76.24 | 13.53 | - |
| YUV | 206.06 | 32.59 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 37 | 0.19 | 0 | 0.85 | 0.05 | 73.11 | 0.9 | 0.55 |
| Hex | C6 | F3 | 25 | 13 | 0 | 55 | 5 | 49 | 5A | 37 |
| Octal | 306 | 363 | 45 | 23 | 0 | 125 | 5 | 111 | 132 | 67 |
| Binary | 11000110 | 11110011 | 100101 | 10011 | 0 | 1010101 | 101 | 1001001 | 1011010 | 110111 |
Color Harmonies of #C6F325
Complementary color
Monochromatic Colors of #C6F325
Black with #C6F325
Text Example
Text Example
White with #C6F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F325; }
p { color: rgb(198,243,37); }
H1.HeaderClassName
{
color: #C6F325;
}
.AnyTagClassName
{
color: #C6F325;
}
</style>
background-color css
<style>
a { background-color: #C6F325; }
a { background-color: rgb(198,243,37); }
div.DivClassName
{
background-color: #C6F325;
}
.BgClassName
{
background-color: #C6F325;
}
</style>
border-color css
<style>
span { border-color: #C6F325; }
span { border-color: rgb(198,243,37); }
td.TdClassName
{
border-color: #C6F325;
}
.TagClassName
{
border-color: #C6F325;
}
</style>