#6BC80F

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

Shades of Christi #6BC80F

Tints of Christi #6BC80F

Color information

#6BC80F (or 0x6BC80F) is unknown color: approx Christi. HEX triplet: 6B, C8 and 0F. RGB value is (107,200,15). Sum of RGB (Red+Green+Blue) = 107+200+15=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 200 (78.52% from 255 or 62.11% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 200 - color contains mainly: green. Hex color #6BC80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC80F is #9437F0. Grayscale: #979797. Windows color (decimal): -9713649 or 1034347. OLE color: 1034347.

HSL color Cylindrical-coordinate representation of color #6BC80F: hue angle of 90.16º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6BC80F is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB10720015-
CMYK0.4600.920.22
HSL90.16º86.05%42.16%-
HSV(B)90.16º92.5%78.43%-
XYZ26.844.477.62-
YUV151.151.1996.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.23%
GREEN value IS 200 (78.52% from 255) = 62.11%
BLUE value IS 15 (6.25% from 255) = 4.66%
R=33.23%
G=62.11%
B=4.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal107200150.4600.920.2290.1686.0542.16
Hex6BC8F2E05C165a562a
Octal153310175601342613212652
Binary1101011110010001111101110010111001011010110101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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