#6BC802

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

Shades of Christi #6BC802

Tints of Christi #6BC802

Color information

#6BC802 (or 0x6BC802) is unknown color: approx Christi. HEX triplet: 6B, C8 and 02. RGB value is (107,200,2). Sum of RGB (Red+Green+Blue) = 107+200+2=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 200 (78.52% from 255 or 64.72% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 200 - color contains mainly: green. Hex color #6BC802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC802 is #9437FD. Grayscale: #969696. Windows color (decimal): -9713662 or 182379. OLE color: 182379.

HSL color Cylindrical-coordinate representation of color #6BC802: hue angle of 88.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BC802 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB1072002-
CMYK0.4600.990.22
HSL88.18º98.02%39.61%-
HSV(B)88.18º99%78.43%-
XYZ26.7344.447.23-
YUV149.6244.6997.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 200 (78.52% from 255) = 64.72%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=34.63%
G=64.72%
B=0.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10720020.4600.990.2288.1898.0239.61
Hex6BC822E06316586228
Octal15331025601432613014250
Binary11010111100100010101110011000111011010110001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,200,2); }

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

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

 a { background-color: rgb(107,200,2); }

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

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

 span { border-color: rgb(107,200,2); }

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