Html Css Color HEX #6BDC01 Bright Green

📋 copy color: '#6BDC01'

red 107 ◦ green 220 ◦ blue 1

#6BDC01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Green #6BDC01

Tints of Bright Green #6BDC01

RGB

 RED value IS 107 (42.19% from 255) = 32.62%

 GREEN value IS 220 (86.33% from 255) = 67.07%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 32.62%
G = 67.07%
B = 0.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#6BDC01 (or 0x6BDC01) is known color: Bright Green. HEX triplet: 6B, DC and 01. RGB value is (107,220,1). Sum of RGB (Red+Green+Blue) = 107+220+1=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDC01 is #9423FE. Grayscale: #A2A2A2. Windows color (decimal): -9708543 or 121963. OLE color: 121963.

HSL color Cylindrical-coordinate representation of color #6BDC01: hue angle of 90.96º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BDC01 is Cyan = 0.51, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 220 1 -
CMYK 0.51 0 1.00 0.14
HSL 90.96º 0.99% 0.43% -
HSV(B) 90.96º 1% 0.86% -
XYZ 31.66 54.31 8.84 -
YUV 161.25 37.56 89.31 -
System Red Green Blue C M Y K H S L
Decimal 107 220 1 0.51 0 1.00 0.14 90.96 0.99 0.43
Hex 6B DC 1 33 0 64 E 5B 63 2B
Octal 153 334 1 63 0 144 16 133 143 53
Binary 1101011 11011100 1 110011 0 1100100 1110 1011011 1100011 101011

Color Harmonies of #6BDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDC01

Black with #6BDC01

Text Example


Text Example

White with #6BDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,220,1); }

 H1.HeaderClassName
 {
   color: #6BDC01;
 }
 .AnyTagClassName
 {
   color: #6BDC01;
 }
</style>

background-color css

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

 a { background-color: rgb(107,220,1); }

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

border-color css

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

 span { border-color: rgb(107,220,1); }

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