#C3F55C

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

Shades of Conifer #C3F55C

Tints of Conifer #C3F55C

Color information

#C3F55C (or 0xC3F55C) is unknown color: approx Conifer. HEX triplet: C3, F5 and 5C. RGB value is (195,245,92). Sum of RGB (Red+Green+Blue) = 195+245+92=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #C3F55C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F55C is #3C0AA3. Grayscale: #D5D5D5. Windows color (decimal): -3934884 or 6092227. OLE color: 6092227.

HSL color Cylindrical-coordinate representation of color #C3F55C: hue angle of 79.61º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3F55C is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB19524592-
CMYK0.2000.620.04
HSL79.61º88.44%66.08%-
HSV(B)79.61º62.45%96.08%-
XYZ57.0977.6822.11-
YUV212.6159.94115.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.65%
GREEN value IS 245 (96.09% from 255) = 46.05%
BLUE value IS 92 (36.33% from 255) = 17.29%
R=36.65%
G=46.05%
B=17.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal195245920.2000.620.0479.6188.4466.08
HexC3F55C1403E4505842
Octal303365134240764120130102
Binary11000011111101011011100101000111110100101000010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F55C; }

 p { color: rgb(195,245,92); }

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

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

 a { background-color: rgb(195,245,92); }

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

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

 span { border-color: rgb(195,245,92); }

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