Html Css Color HEX #5FF20A Bright Green

📋 copy color: '#5FF20A'

red 95 ◦ green 242 ◦ blue 10

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

Shades of Bright Green #5FF20A

Tints of Bright Green #5FF20A

RGB

 RED value IS 95 (37.5% from 255) = 27.38%

 GREEN value IS 242 (94.92% from 255) = 69.74%

 BLUE value IS 10 (4.3% from 255) = 2.88%

R = 27.38%
G = 69.74%
B = 2.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#5FF20A (or 0x5FF20A) is known color: Bright Green. HEX triplet: 5F, F2 and 0A. RGB value is (95,242,10). Sum of RGB (Red+Green+Blue) = 95+242+10=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF20A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF20A is #A00DF5. Grayscale: #ACACAC. Windows color (decimal): -10489334 or 717407. OLE color: 717407.

HSL color Cylindrical-coordinate representation of color #5FF20A: hue angle of 98.02º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FF20A is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 242 10 -
CMYK 0.61 0 0.96 0.05
HSL 98.02º 0.92% 0.49% -
HSV(B) 98.02º 0.96% 0.95% -
XYZ 36.53 65.96 11.09 -
YUV 171.6 36.8 73.36 -
System Red Green Blue C M Y K H S L
Decimal 95 242 10 0.61 0 0.96 0.05 98.02 0.92 0.49
Hex 5F F2 A 3D 0 60 5 62 5C 31
Octal 137 362 12 75 0 140 5 142 134 61
Binary 1011111 11110010 1010 111101 0 1100000 101 1100010 1011100 110001

Color Harmonies of #5FF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF20A

Black with #5FF20A

Text Example


Text Example

White with #5FF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FF20A; }

 p { color: rgb(95,242,10); }

 H1.HeaderClassName
 {
   color: #5FF20A;
 }
 .AnyTagClassName
 {
   color: #5FF20A;
 }
</style>

background-color css

<style>
 a { background-color: #5FF20A; }

 a { background-color: rgb(95,242,10); }

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

border-color css

<style>
 span { border-color: #5FF20A; }

 span { border-color: rgb(95,242,10); }

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