Html Css Color HEX #6EFF0C Bright Green

📋 copy color: '#6EFF0C'

red 110 ◦ green 255 ◦ blue 12

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

Shades of Bright Green #6EFF0C

Tints of Bright Green #6EFF0C

RGB

 RED value IS 110 (43.36% from 255) = 29.18%

 GREEN value IS 255 (100% from 255) = 67.64%

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 29.18%
G = 67.64%
B = 3.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#6EFF0C (or 0x6EFF0C) is known color: Bright Green. HEX triplet: 6E, FF and 0C. RGB value is (110,255,12). Sum of RGB (Red+Green+Blue) = 110+255+12=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFF0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EFF0C is #9100F3. Grayscale: #B8B8B8. Windows color (decimal): -9502964 or 851822. OLE color: 851822.

HSL color Cylindrical-coordinate representation of color #6EFF0C: hue angle of 95.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6EFF0C is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 110 255 12 -
CMYK 0.57 0 0.95 0
HSL 95.8º 1% 0.52% -
HSV(B) 95.8º 0.95% 1% -
XYZ 42.26 74.86 12.57 -
YUV 183.94 30.96 75.26 -
System Red Green Blue C M Y K H S L
Decimal 110 255 12 0.57 0 0.95 0 95.8 1 0.52
Hex 6E FF C 39 0 5F 0 60 64 34
Octal 156 377 14 71 0 137 0 140 144 64
Binary 1101110 11111111 1100 111001 0 1011111 0 1100000 1100100 110100

Color Harmonies of #6EFF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFF0C

Black with #6EFF0C

Text Example


Text Example

White with #6EFF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,255,12); }

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

background-color css

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

 a { background-color: rgb(110,255,12); }

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

border-color css

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

 span { border-color: rgb(110,255,12); }

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