#68C100

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

Shades of Christi #68C100

Tints of Christi #68C100

Color information

#68C100 (or 0x68C100) is unknown color: approx Christi. HEX triplet: 68, C1 and 00. RGB value is (104,193,0). Sum of RGB (Red+Green+Blue) = 104+193+0=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 193 (75.78% from 255 or 64.98% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 193 - color contains mainly: green. Hex color #68C100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C100 is #973EFF. Grayscale: #919191. Windows color (decimal): -9912064 or 49512. OLE color: 49512.

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

Color convert

RGB1041930-
CMYK0.46010.24
HSL87.67º100%37.84%-
HSV(B)87.67º100%75.69%-
XYZ24.7841.086.62-
YUV144.3946.5199.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 193 (75.78% from 255) = 64.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.02%
G=64.98%
B=0%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10419300.46010.2487.6710037.84
Hex68C102E06418586426
Octal15030105601443013014446
Binary1101000110000010101110011001001100010110001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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