#C6F132

Color #C6F132 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #C6F132

Tints of Pear #C6F132

Color information

#C6F132 (or 0xC6F132) is unknown color: approx Pear. HEX triplet: C6, F1 and 32. RGB value is (198,241,50). Sum of RGB (Red+Green+Blue) = 198+241+50=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F132 is #390ECD. Grayscale: #CFCFCF. Windows color (decimal): -3739342 or 3338694. OLE color: 3338694.

HSL color Cylindrical-coordinate representation of color #C6F132: hue angle of 73.51º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6F132 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB19824150-
CMYK0.1800.790.05
HSL73.51º87.21%57.06%-
HSV(B)73.51º79.25%94.51%-
XYZ55.3275.1514.61-
YUV206.3739.75122.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 241 (94.53% from 255) = 49.28%
BLUE value IS 50 (19.92% from 255) = 10.22%
R=40.49%
G=49.28%
B=10.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal198241500.1800.790.0573.5187.2157.06
HexC6F1321204F54a5739
Octal30636162220117511212771
Binary1100011011110001110010100100100111110110010101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F132; }

 p { color: rgb(198,241,50); }

 H1.HeaderClassName
 {
   color: #C6F132;
 }
 .AnyTagClassName
 {
   color: #C6F132;
 }
</style>
background-color css

<style>
 a { background-color: #C6F132; }

 a { background-color: rgb(198,241,50); }

 div.DivClassName
 {
   background-color: #C6F132;
 }
 .BgClassName
 {
   background-color: #C6F132;
 }
</style>
border-color css

<style>
 span { border-color: #C6F132; }

 span { border-color: rgb(198,241,50); }

 td.TdClassName
 {
   border-color: #C6F132;
 }
 .TagClassName
 {
   border-color: #C6F132;
 }
</style>