#68C124

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

Shades of Christi #68C124

Tints of Christi #68C124

Color information

#68C124 (or 0x68C124) is unknown color: approx Christi. HEX triplet: 68, C1 and 24. RGB value is (104,193,36). Sum of RGB (Red+Green+Blue) = 104+193+36=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #68C124 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C124 is #973EDB. Grayscale: #959595. Windows color (decimal): -9912028 or 2408808. OLE color: 2408808.

HSL color Cylindrical-coordinate representation of color #68C124: hue angle of 94.01º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68C124 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB10419336-
CMYK0.4600.810.24
HSL94.01º68.56%44.9%-
HSV(B)94.01º81.35%75.69%-
XYZ25.141.218.3-
YUV148.4964.5196.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 193 (75.78% from 255) = 57.96%
BLUE value IS 36 (14.45% from 255) = 10.81%
R=31.23%
G=57.96%
B=10.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104193360.4600.810.2494.0168.5644.9
Hex68C1242E051185e452d
Octal150301445601213013610555
Binary110100011000001100100101110010100011100010111101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68C124; }

 p { color: rgb(104,193,36); }

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

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

 a { background-color: rgb(104,193,36); }

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

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

 span { border-color: rgb(104,193,36); }

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