Html Css Color HEX #5FF814 Bright Green

📋 copy color: '#5FF814'

red 95 ◦ green 248 ◦ blue 20

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

Shades of Bright Green #5FF814

Tints of Bright Green #5FF814

RGB

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

 GREEN value IS 248 (97.27% from 255) = 68.32%

 BLUE value IS 20 (8.2% from 255) = 5.51%

R = 26.17%
G = 68.32%
B = 5.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#5FF814 (or 0x5FF814) is known color: Bright Green. HEX triplet: 5F, F8 and 14. RGB value is (95,248,20). Sum of RGB (Red+Green+Blue) = 95+248+20=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 248 (97.27% from 255 or 68.32% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 248 - color contains mainly: green. Hex color #5FF814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF814 is #A007EB. Grayscale: #B1B1B1. Windows color (decimal): -10487788 or 1374303. OLE color: 1374303.

HSL color Cylindrical-coordinate representation of color #5FF814: hue angle of 100.26º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FF814 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 95 248 20 -
CMYK 0.62 0 0.92 0.03
HSL 100.26º 0.94% 0.53% -
HSV(B) 100.26º 0.92% 0.97% -
XYZ 38.41 69.62 12.07 -
YUV 176.26 39.81 70.04 -
System Red Green Blue C M Y K H S L
Decimal 95 248 20 0.62 0 0.92 0.03 100.26 0.94 0.53
Hex 5F F8 14 3E 0 5C 3 64 5E 35
Octal 137 370 24 76 0 134 3 144 136 65
Binary 1011111 11111000 10100 111110 0 1011100 11 1100100 1011110 110101

Color Harmonies of #5FF814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF814

Black with #5FF814

Text Example


Text Example

White with #5FF814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,248,20); }

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

background-color css

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

 a { background-color: rgb(95,248,20); }

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

border-color css

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

 span { border-color: rgb(95,248,20); }

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