#68BE2A

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

Shades of Christi #68BE2A

Tints of Christi #68BE2A

Color information

#68BE2A (or 0x68BE2A) is unknown color: approx Christi. HEX triplet: 68, BE and 2A. RGB value is (104,190,42). Sum of RGB (Red+Green+Blue) = 104+190+42=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #68BE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BE2A is #9741D5. Grayscale: #939393. Windows color (decimal): -9912790 or 2801256. OLE color: 2801256.

HSL color Cylindrical-coordinate representation of color #68BE2A: hue angle of 94.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68BE2A is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB10419042-
CMYK0.4500.780.25
HSL94.86º63.79%45.49%-
HSV(B)94.86º77.89%74.51%-
XYZ24.5439.948.61-
YUV147.4168.5197.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 190 (74.61% from 255) = 56.55%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=30.95%
G=56.55%
B=12.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104190420.4500.780.2594.8663.7945.49
Hex68BE2A2D04E195f402d
Octal150276525501163113710055
Binary110100010111110101010101101010011101100110111111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,190,42); }

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

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

 a { background-color: rgb(104,190,42); }

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

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

 span { border-color: rgb(104,190,42); }

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