Html Css Color HEX #6AF325 Bright Green

📋 copy color: '#6AF325'

red 106 ◦ green 243 ◦ blue 37

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

Shades of Bright Green #6AF325

Tints of Bright Green #6AF325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 62.95%

 BLUE value IS 37 (14.84% from 255) = 9.59%

R = 27.46%
G = 62.95%
B = 9.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#6AF325 (or 0x6AF325) is known color: Bright Green. HEX triplet: 6A, F3 and 25. RGB value is (106,243,37). Sum of RGB (Red+Green+Blue) = 106+243+37=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 243 (95.31% from 255 or 62.95% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF325 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF325 is #950CDA. Grayscale: #B3B3B3. Windows color (decimal): -9768155 or 2487146. OLE color: 2487146.

HSL color Cylindrical-coordinate representation of color #6AF325: hue angle of 99.9º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AF325 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 243 37 -
CMYK 0.56 0 0.85 0.05
HSL 99.9º 0.9% 0.55% -
HSV(B) 99.9º 0.85% 0.95% -
XYZ 38.33 67.3 12.72 -
YUV 178.55 48.11 76.25 -
System Red Green Blue C M Y K H S L
Decimal 106 243 37 0.56 0 0.85 0.05 99.9 0.9 0.55
Hex 6A F3 25 38 0 55 5 64 5A 37
Octal 152 363 45 70 0 125 5 144 132 67
Binary 1101010 11110011 100101 111000 0 1010101 101 1100100 1011010 110111

Color Harmonies of #6AF325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF325

Black with #6AF325

Text Example


Text Example

White with #6AF325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,243,37); }

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

background-color css

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

 a { background-color: rgb(106,243,37); }

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

border-color css

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

 span { border-color: rgb(106,243,37); }

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