Html Css Color HEX #6CF714 Bright Green

📋 copy color: '#6CF714'

red 108 ◦ green 247 ◦ blue 20

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

Shades of Bright Green #6CF714

Tints of Bright Green #6CF714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65.87%

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

R = 28.8%
G = 65.87%
B = 5.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#6CF714 (or 0x6CF714) is known color: Bright Green. HEX triplet: 6C, F7 and 14. RGB value is (108,247,20). Sum of RGB (Red+Green+Blue) = 108+247+20=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 247 (96.88% from 255 or 65.87% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 247 - color contains mainly: green. Hex color #6CF714 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF714 is #9308EB. Grayscale: #B4B4B4. Windows color (decimal): -9636076 or 1374060. OLE color: 1374060.

HSL color Cylindrical-coordinate representation of color #6CF714: hue angle of 96.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CF714 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 108 247 20 -
CMYK 0.56 0 0.92 0.03
HSL 96.74º 0.93% 0.52% -
HSV(B) 96.74º 0.92% 0.97% -
XYZ 39.57 69.76 12.04 -
YUV 179.56 37.95 76.96 -
System Red Green Blue C M Y K H S L
Decimal 108 247 20 0.56 0 0.92 0.03 96.74 0.93 0.52
Hex 6C F7 14 38 0 5C 3 61 5D 34
Octal 154 367 24 70 0 134 3 141 135 64
Binary 1101100 11110111 10100 111000 0 1011100 11 1100001 1011101 110100

Color Harmonies of #6CF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF714

Black with #6CF714

Text Example


Text Example

White with #6CF714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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