Html Css Color HEX #6AFA1D Bright Green

📋 copy color: '#6AFA1D'

red 106 ◦ green 250 ◦ blue 29

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

Shades of Bright Green #6AFA1D

Tints of Bright Green #6AFA1D

RGB

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

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

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

R = 27.53%
G = 64.94%
B = 7.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#6AFA1D (or 0x6AFA1D) is known color: Bright Green. HEX triplet: 6A, FA and 1D. RGB value is (106,250,29). Sum of RGB (Red+Green+Blue) = 106+250+29=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFA1D is #9505E2. Grayscale: #B6B6B6. Windows color (decimal): -9766371 or 1964650. OLE color: 1964650.

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

Color convert

RGB 106 250 29 -
CMYK 0.58 0 0.88 0.02
HSL 99.1º 0.96% 0.55% -
HSV(B) 99.1º 0.88% 0.98% -
XYZ 40.35 71.52 12.84 -
YUV 181.75 41.79 73.97 -
System Red Green Blue C M Y K H S L
Decimal 106 250 29 0.58 0 0.88 0.02 99.1 0.96 0.55
Hex 6A FA 1D 3A 0 58 2 63 60 37
Octal 152 372 35 72 0 130 2 143 140 67
Binary 1101010 11111010 11101 111010 0 1011000 10 1100011 1100000 110111

Color Harmonies of #6AFA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AFA1D

Black with #6AFA1D

Text Example


Text Example

White with #6AFA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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