#C3F134

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

Shades of Pear #C3F134

Tints of Pear #C3F134

Color information

#C3F134 (or 0xC3F134) is unknown color: approx Pear. HEX triplet: C3, F1 and 34. RGB value is (195,241,52). Sum of RGB (Red+Green+Blue) = 195+241+52=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F134 is #3C0ECB. Grayscale: #CECECE. Windows color (decimal): -3935948 or 3469763. OLE color: 3469763.

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

Color convert

RGB19524152-
CMYK0.1900.780.05
HSL74.6º87.1%57.45%-
HSV(B)74.6º78.42%94.51%-
XYZ54.5874.7614.8-
YUV205.741.26120.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 241 (94.53% from 255) = 49.39%
BLUE value IS 52 (20.70% from 255) = 10.66%
R=39.96%
G=49.39%
B=10.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195241520.1900.780.0574.687.157.45
HexC3F1341304E54b5739
Octal30336164230116511312771
Binary1100001111110001110100100110100111010110010111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F134; }

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

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

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

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

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

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

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

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