#C3F12D

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

Shades of Pear #C3F12D

Tints of Pear #C3F12D

Color information

#C3F12D (or 0xC3F12D) is unknown color: approx Pear. HEX triplet: C3, F1 and 2D. RGB value is (195,241,45). Sum of RGB (Red+Green+Blue) = 195+241+45=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F12D is #3C0ED2. Grayscale: #CDCDCD. Windows color (decimal): -3935955 or 3011011. OLE color: 3011011.

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

Color convert

RGB19524145-
CMYK0.1900.810.05
HSL74.08º87.5%56.08%-
HSV(B)74.08º81.33%94.51%-
XYZ54.4374.714.03-
YUV204.937.76120.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 241 (94.53% from 255) = 50.10%
BLUE value IS 45 (17.97% from 255) = 9.36%
R=40.54%
G=50.10%
B=9.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195241450.1900.810.0574.0887.556.08
HexC3F12D1305154a5838
Octal30336155230121511213070
Binary1100001111110001101101100110101000110110010101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F12D; }

 p { color: rgb(195,241,45); }

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

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

 a { background-color: rgb(195,241,45); }

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

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

 span { border-color: rgb(195,241,45); }

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