#C5F341

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

Shades of Pear #C5F341

Tints of Pear #C5F341

Color information

#C5F341 (or 0xC5F341) is unknown color: approx Pear. HEX triplet: C5, F3 and 41. RGB value is (197,243,65). Sum of RGB (Red+Green+Blue) = 197+243+65=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F341 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F341 is #3A0CBE. Grayscale: #D1D1D1. Windows color (decimal): -3804351 or 4322245. OLE color: 4322245.

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

Color convert

RGB19724365-
CMYK0.1900.730.05
HSL75.51º88.12%60.39%-
HSV(B)75.51º73.25%95.29%-
XYZ56.0376.3516.79-
YUV208.9546.76119.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 243 (95.31% from 255) = 48.12%
BLUE value IS 65 (25.78% from 255) = 12.87%
R=39.01%
G=48.12%
B=12.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal197243650.1900.730.0575.5188.1260.39
HexC5F3411304954c583c
Octal305363101230111511413074
Binary11000101111100111000001100110100100110110011001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F341; }

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

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

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

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

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

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

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

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