#6BFC20

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

Shades of Bright Green #6BFC20

Tints of Bright Green #6BFC20

Color information

#6BFC20 (or 0x6BFC20) is unknown color: approx Bright Green. HEX triplet: 6B, FC and 20. RGB value is (107,252,32). Sum of RGB (Red+Green+Blue) = 107+252+32=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 252 (98.83% from 255 or 64.45% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 252 - color contains mainly: green. Hex color #6BFC20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BFC20 is #9403DF. Grayscale: #B8B8B8. Windows color (decimal): -9700320 or 2161771. OLE color: 2161771.

HSL color Cylindrical-coordinate representation of color #6BFC20: hue angle of 99.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6BFC20 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB10725232-
CMYK0.5800.870.01
HSL99.55º97.35%55.69%-
HSV(B)99.55º87.3%98.82%-
XYZ41.1372.8513.26-
YUV183.5642.4673.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.37%
GREEN value IS 252 (98.83% from 255) = 64.45%
BLUE value IS 32 (12.89% from 255) = 8.18%
R=27.37%
G=64.45%
B=8.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal107252320.5800.870.0199.5597.3555.69
Hex6BFC203A0571646138
Octal15337440720127114414170
Binary11010111111110010000011101001010111111001001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,252,32); }

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

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

 a { background-color: rgb(107,252,32); }

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

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

 span { border-color: rgb(107,252,32); }

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