#6BC202

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

Shades of Christi #6BC202

Tints of Christi #6BC202

Color information

#6BC202 (or 0x6BC202) is unknown color: approx Christi. HEX triplet: 6B, C2 and 02. RGB value is (107,194,2). Sum of RGB (Red+Green+Blue) = 107+194+2=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC202 is #943DFD. Grayscale: #929292. Windows color (decimal): -9715198 or 180843. OLE color: 180843.

HSL color Cylindrical-coordinate representation of color #6BC202: hue angle of 87.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BC202 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1071942-
CMYK0.4500.990.24
HSL87.19º97.96%38.43%-
HSV(B)87.19º98.97%76.08%-
XYZ25.3741.716.77-
YUV146.146.68100.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 194 (76.17% from 255) = 64.03%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=35.31%
G=64.03%
B=0.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10719420.4500.990.2487.1997.9638.43
Hex6BC222D06318576226
Octal15330225501433012714246
Binary11010111100001010101101011000111100010101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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