Html Css Color HEX #6CFA12 Bright Green

📋 copy color: '#6CFA12'

red 108 ◦ green 250 ◦ blue 18

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

Shades of Bright Green #6CFA12

Tints of Bright Green #6CFA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 28.72%
G = 66.49%
B = 4.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#6CFA12 (or 0x6CFA12) is known color: Bright Green. HEX triplet: 6C, FA and 12. RGB value is (108,250,18). Sum of RGB (Red+Green+Blue) = 108+250+18=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 250 (98.05% from 255 or 66.49% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFA12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CFA12 is #9305ED. Grayscale: #B5B5B5. Windows color (decimal): -9635310 or 1243756. OLE color: 1243756.

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

Color convert

RGB 108 250 18 -
CMYK 0.57 0 0.93 0.02
HSL 96.72º 0.96% 0.53% -
HSV(B) 96.72º 0.93% 0.98% -
XYZ 40.48 71.6 12.26 -
YUV 181.09 35.96 75.86 -
System Red Green Blue C M Y K H S L
Decimal 108 250 18 0.57 0 0.93 0.02 96.72 0.96 0.53
Hex 6C FA 12 39 0 5D 2 61 60 35
Octal 154 372 22 71 0 135 2 141 140 65
Binary 1101100 11111010 10010 111001 0 1011101 10 1100001 1100000 110101

Color Harmonies of #6CFA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CFA12

Black with #6CFA12

Text Example


Text Example

White with #6CFA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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