Html Css Color HEX #6AFF1D Bright Green

📋 copy color: '#6AFF1D'

red 106 ◦ green 255 ◦ blue 29

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

Shades of Bright Green #6AFF1D

Tints of Bright Green #6AFF1D

RGB

 RED value IS 106 (41.8% from 255) = 27.18%

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

 BLUE value IS 29 (11.72% from 255) = 7.44%

R = 27.18%
G = 65.38%
B = 7.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#6AFF1D (or 0x6AFF1D) is known color: Bright Green. HEX triplet: 6A, FF and 1D. RGB value is (106,255,29). Sum of RGB (Red+Green+Blue) = 106+255+29=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 255 (100% from 255 or 65.38% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFF1D is #9500E2. Grayscale: #B9B9B9. Windows color (decimal): -9765091 or 1965930. OLE color: 1965930.

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

Color convert

RGB 106 255 29 -
CMYK 0.58 0 0.89 0
HSL 99.56º 1% 0.56% -
HSV(B) 99.56º 0.89% 1% -
XYZ 41.93 74.67 13.37 -
YUV 184.69 40.14 71.88 -
System Red Green Blue C M Y K H S L
Decimal 106 255 29 0.58 0 0.89 0 99.56 1 0.56
Hex 6A FF 1D 3A 0 59 0 64 64 38
Octal 152 377 35 72 0 131 0 144 144 70
Binary 1101010 11111111 11101 111010 0 1011001 0 1100100 1100100 111000

Color Harmonies of #6AFF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFF1D

Black with #6AFF1D

Text Example


Text Example

White with #6AFF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,255,29); }

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

background-color css

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

 a { background-color: rgb(106,255,29); }

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

border-color css

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

 span { border-color: rgb(106,255,29); }

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