#C3F335

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

Shades of Pear #C3F335

Tints of Pear #C3F335

Color information

#C3F335 (or 0xC3F335) is unknown color: approx Pear. HEX triplet: C3, F3 and 35. RGB value is (195,243,53). Sum of RGB (Red+Green+Blue) = 195+243+53=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F335 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F335 is #3C0CCA. Grayscale: #CFCFCF. Windows color (decimal): -3935435 or 3535811. OLE color: 3535811.

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

Color convert

RGB19524353-
CMYK0.2000.780.05
HSL75.16º88.79%58.04%-
HSV(B)75.16º78.19%95.29%-
XYZ55.275.9615.12-
YUV206.9941.1119.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 243 (95.31% from 255) = 49.49%
BLUE value IS 53 (21.09% from 255) = 10.79%
R=39.71%
G=49.49%
B=10.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195243530.2000.780.0575.1688.7958.04
HexC3F3351404E54b593a
Octal30336365240116511313172
Binary1100001111110011110101101000100111010110010111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F335; }

 p { color: rgb(195,243,53); }

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

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

 a { background-color: rgb(195,243,53); }

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

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

 span { border-color: rgb(195,243,53); }

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