Html Css Color HEX #6CFA14 Bright Green

📋 copy color: '#6CFA14'

red 108 ◦ green 250 ◦ blue 20

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

Shades of Bright Green #6CFA14

Tints of Bright Green #6CFA14

RGB

 RED value IS 108 (42.58% from 255) = 28.57%

 GREEN value IS 250 (98.05% from 255) = 66.14%

 BLUE value IS 20 (8.2% from 255) = 5.29%

R = 28.57%
G = 66.14%
B = 5.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#6CFA14 (or 0x6CFA14) is known color: Bright Green. HEX triplet: 6C, FA and 14. RGB value is (108,250,20). Sum of RGB (Red+Green+Blue) = 108+250+20=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CFA14 is #9305EB. Grayscale: #B6B6B6. Windows color (decimal): -9635308 or 1374828. OLE color: 1374828.

HSL color Cylindrical-coordinate representation of color #6CFA14: hue angle of 97.04º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CFA14 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 250 20 -
CMYK 0.57 0 0.92 0.02
HSL 97.04º 0.96% 0.53% -
HSV(B) 97.04º 0.92% 0.98% -
XYZ 40.5 71.61 12.35 -
YUV 181.32 36.96 75.7 -
System Red Green Blue C M Y K H S L
Decimal 108 250 20 0.57 0 0.92 0.02 97.04 0.96 0.53
Hex 6C FA 14 39 0 5C 2 61 60 35
Octal 154 372 24 71 0 134 2 141 140 65
Binary 1101100 11111010 10100 111001 0 1011100 10 1100001 1100000 110101

Color Harmonies of #6CFA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFA14

Black with #6CFA14

Text Example


Text Example

White with #6CFA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,250,20); }

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

background-color css

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

 a { background-color: rgb(108,250,20); }

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

border-color css

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

 span { border-color: rgb(108,250,20); }

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