Html Css Color HEX #6AED2D Bright Green

📋 copy color: '#6AED2D'

red 106 ◦ green 237 ◦ blue 45

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

Shades of Bright Green #6AED2D

Tints of Bright Green #6AED2D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 61.08%

 BLUE value IS 45 (17.97% from 255) = 11.6%

R = 27.32%
G = 61.08%
B = 11.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#6AED2D (or 0x6AED2D) is known color: Bright Green. HEX triplet: 6A, ED and 2D. RGB value is (106,237,45). Sum of RGB (Red+Green+Blue) = 106+237+45=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 237 (92.97% from 255 or 61.08% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AED2D is #9512D2. Grayscale: #B0B0B0. Windows color (decimal): -9769683 or 3009898. OLE color: 3009898.

HSL color Cylindrical-coordinate representation of color #6AED2D: hue angle of 100.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6AED2D is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 237 45 -
CMYK 0.55 0 0.81 0.07
HSL 100.94º 0.84% 0.55% -
HSV(B) 100.94º 0.81% 0.93% -
XYZ 36.7 63.82 12.87 -
YUV 175.94 54.1 78.11 -
System Red Green Blue C M Y K H S L
Decimal 106 237 45 0.55 0 0.81 0.07 100.94 0.84 0.55
Hex 6A ED 2D 37 0 51 7 65 54 37
Octal 152 355 55 67 0 121 7 145 124 67
Binary 1101010 11101101 101101 110111 0 1010001 111 1100101 1010100 110111

Color Harmonies of #6AED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AED2D

Black with #6AED2D

Text Example


Text Example

White with #6AED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,237,45); }

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

background-color css

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

 a { background-color: rgb(106,237,45); }

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

border-color css

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

 span { border-color: rgb(106,237,45); }

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