Html Css Color HEX #6CF914 Bright Green

📋 copy color: '#6CF914'

red 108 ◦ green 249 ◦ blue 20

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

Shades of Bright Green #6CF914

Tints of Bright Green #6CF914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 66.05%

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

R = 28.65%
G = 66.05%
B = 5.31%

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

#6CF914 (or 0x6CF914) is known color: Bright Green. HEX triplet: 6C, F9 and 14. RGB value is (108,249,20). Sum of RGB (Red+Green+Blue) = 108+249+20=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 249 (97.66% from 255 or 66.05% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 249 - color contains mainly: green. Hex color #6CF914 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF914 is #9306EB. Grayscale: #B5B5B5. Windows color (decimal): -9635564 or 1374572. OLE color: 1374572.

HSL color Cylindrical-coordinate representation of color #6CF914: hue angle of 96.94º degrees, saturation: 0.95, 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 #6CF914 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 249 20 -
CMYK 0.57 0 0.92 0.02
HSL 96.94º 0.95% 0.53% -
HSV(B) 96.94º 0.92% 0.98% -
XYZ 40.19 70.99 12.25 -
YUV 180.74 37.29 76.12 -
System Red Green Blue C M Y K H S L
Decimal 108 249 20 0.57 0 0.92 0.02 96.94 0.95 0.53
Hex 6C F9 14 39 0 5C 2 61 5F 35
Octal 154 371 24 71 0 134 2 141 137 65
Binary 1101100 11111001 10100 111001 0 1011100 10 1100001 1011111 110101

Color Harmonies of #6CF914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CF914

Black with #6CF914

Text Example


Text Example

White with #6CF914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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