Html Css Color HEX #5FF514 Bright Green

📋 copy color: '#5FF514'

red 95 ◦ green 245 ◦ blue 20

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

Shades of Bright Green #5FF514

Tints of Bright Green #5FF514

RGB

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

 GREEN value IS 245 (96.09% from 255) = 68.06%

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

R = 26.39%
G = 68.06%
B = 5.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#5FF514 (or 0x5FF514) is known color: Bright Green. HEX triplet: 5F, F5 and 14. RGB value is (95,245,20). Sum of RGB (Red+Green+Blue) = 95+245+20=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 245 (96.09% from 255 or 68.06% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 245 - color contains mainly: green. Hex color #5FF514 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF514 is #A00AEB. Grayscale: #AFAFAF. Windows color (decimal): -10488556 or 1373535. OLE color: 1373535.

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

Color convert

RGB 95 245 20 -
CMYK 0.61 0 0.92 0.04
HSL 100º 0.92% 0.52% -
HSV(B) 100º 0.92% 0.96% -
XYZ 37.5 67.79 11.77 -
YUV 174.5 40.81 71.3 -
System Red Green Blue C M Y K H S L
Decimal 95 245 20 0.61 0 0.92 0.04 100 0.92 0.52
Hex 5F F5 14 3D 0 5C 4 64 5C 34
Octal 137 365 24 75 0 134 4 144 134 64
Binary 1011111 11110101 10100 111101 0 1011100 100 1100100 1011100 110100

Color Harmonies of #5FF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF514

Black with #5FF514

Text Example


Text Example

White with #5FF514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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