Html Css Color HEX #5FF920 Bright Green

📋 copy color: '#5FF920'

red 95 ◦ green 249 ◦ blue 32

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

Shades of Bright Green #5FF920

Tints of Bright Green #5FF920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 66.22%

 BLUE value IS 32 (12.89% from 255) = 8.51%

R = 25.27%
G = 66.22%
B = 8.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#5FF920 (or 0x5FF920) is known color: Bright Green. HEX triplet: 5F, F9 and 20. RGB value is (95,249,32). Sum of RGB (Red+Green+Blue) = 95+249+32=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 249 (97.66% from 255 or 66.22% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 249 - color contains mainly: green. Hex color #5FF920 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF920 is #A006DF. Grayscale: #B2B2B2. Windows color (decimal): -10487520 or 2160991. OLE color: 2160991.

HSL color Cylindrical-coordinate representation of color #5FF920: hue angle of 102.58º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5FF920 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 249 32 -
CMYK 0.62 0 0.87 0.02
HSL 102.58º 0.95% 0.55% -
HSV(B) 102.58º 0.87% 0.98% -
XYZ 38.86 70.29 12.89 -
YUV 178.22 45.48 68.64 -
System Red Green Blue C M Y K H S L
Decimal 95 249 32 0.62 0 0.87 0.02 102.58 0.95 0.55
Hex 5F F9 20 3E 0 57 2 67 5F 37
Octal 137 371 40 76 0 127 2 147 137 67
Binary 1011111 11111001 100000 111110 0 1010111 10 1100111 1011111 110111

Color Harmonies of #5FF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF920

Black with #5FF920

Text Example


Text Example

White with #5FF920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,249,32); }

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

background-color css

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

 a { background-color: rgb(95,249,32); }

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

border-color css

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

 span { border-color: rgb(95,249,32); }

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