#C5F32C

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

Shades of Pear #C5F32C

Tints of Pear #C5F32C

Color information

#C5F32C (or 0xC5F32C) is unknown color: approx Pear. HEX triplet: C5, F3 and 2C. RGB value is (197,243,44). Sum of RGB (Red+Green+Blue) = 197+243+44=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F32C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F32C is #3A0CD3. Grayscale: #CFCFCF. Windows color (decimal): -3804372 or 2945989. OLE color: 2945989.

HSL color Cylindrical-coordinate representation of color #C5F32C: hue angle of 73.87º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5F32C is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB19724344-
CMYK0.1900.820.05
HSL73.87º89.24%56.27%-
HSV(B)73.87º81.89%95.29%-
XYZ55.5376.1514.16-
YUV206.5636.26121.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 243 (95.31% from 255) = 50.21%
BLUE value IS 44 (17.58% from 255) = 9.09%
R=40.70%
G=50.21%
B=9.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197243440.1900.820.0573.8789.2456.27
HexC5F32C1305254a5938
Octal30536354230122511213170
Binary1100010111110011101100100110101001010110010101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F32C; }

 p { color: rgb(197,243,44); }

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

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

 a { background-color: rgb(197,243,44); }

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

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

 span { border-color: rgb(197,243,44); }

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