#C3F350

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

Shades of Conifer #C3F350

Tints of Conifer #C3F350

Color information

#C3F350 (or 0xC3F350) is unknown color: approx Conifer. HEX triplet: C3, F3 and 50. RGB value is (195,243,80). Sum of RGB (Red+Green+Blue) = 195+243+80=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F350 is #3C0CAF. Grayscale: #D2D2D2. Windows color (decimal): -3935408 or 5305283. OLE color: 5305283.

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

Color convert

RGB19524380-
CMYK0.2000.670.05
HSL77.67º87.17%63.33%-
HSV(B)77.67º67.08%95.29%-
XYZ5676.2819.36-
YUV210.0754.6117.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 243 (95.31% from 255) = 46.91%
BLUE value IS 80 (31.64% from 255) = 15.44%
R=37.64%
G=46.91%
B=15.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195243800.2000.670.0577.6787.1763.33
HexC3F3501404354e573f
Octal303363120240103511612777
Binary11000011111100111010000101000100001110110011101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F350; }

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

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

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

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

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

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

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

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