#6BF020

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

Shades of Bright Green #6BF020

Tints of Bright Green #6BF020

Color information

#6BF020 (or 0x6BF020) is unknown color: approx Bright Green. HEX triplet: 6B, F0 and 20. RGB value is (107,240,32). Sum of RGB (Red+Green+Blue) = 107+240+32=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF020 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BF020 is #940FDF. Grayscale: #B1B1B1. Windows color (decimal): -9703392 or 2158699. OLE color: 2158699.

HSL color Cylindrical-coordinate representation of color #6BF020: hue angle of 98.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6BF020 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB10724032-
CMYK0.5500.870.06
HSL98.37º87.39%53.33%-
HSV(B)98.37º86.67%94.12%-
XYZ37.4865.5512.04-
YUV176.5246.4478.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.23%
GREEN value IS 240 (94.14% from 255) = 63.32%
BLUE value IS 32 (12.89% from 255) = 8.44%
R=28.23%
G=63.32%
B=8.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal107240320.5500.870.0698.3787.3953.33
Hex6BF020370576625735
Octal15336040670127614212765
Binary1101011111100001000001101110101011111011000101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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