#6BC214

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

Shades of Christi #6BC214

Tints of Christi #6BC214

Color information

#6BC214 (or 0x6BC214) is unknown color: approx Christi. HEX triplet: 6B, C2 and 14. RGB value is (107,194,20). Sum of RGB (Red+Green+Blue) = 107+194+20=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC214 is #943DEB. Grayscale: #949494. Windows color (decimal): -9715180 or 1360491. OLE color: 1360491.

HSL color Cylindrical-coordinate representation of color #6BC214: hue angle of 90º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BC214 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB10719420-
CMYK0.4500.900.24
HSL90º81.31%41.96%-
HSV(B)90º89.69%76.08%-
XYZ25.4841.767.38-
YUV148.1555.6898.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 194 (76.17% from 255) = 60.44%
BLUE value IS 20 (8.20% from 255) = 6.23%
R=33.33%
G=60.44%
B=6.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107194200.4500.900.249081.3141.96
Hex6BC2142D05A185a512a
Octal153302245501323013212152
Binary11010111100001010100101101010110101100010110101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BC214; }

 p { color: rgb(107,194,20); }

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

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

 a { background-color: rgb(107,194,20); }

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

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

 span { border-color: rgb(107,194,20); }

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