Html Css Color HEX #5FF214 Bright Green

📋 copy color: '#5FF214'

red 95 ◦ green 242 ◦ blue 20

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

Shades of Bright Green #5FF214

Tints of Bright Green #5FF214

RGB

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

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

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

R = 26.61%
G = 67.79%
B = 5.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#5FF214 (or 0x5FF214) is known color: Bright Green. HEX triplet: 5F, F2 and 14. RGB value is (95,242,20). Sum of RGB (Red+Green+Blue) = 95+242+20=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 242 (94.92% from 255 or 67.79% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF214 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF214 is #A00DEB. Grayscale: #ADADAD. Windows color (decimal): -10489324 or 1372767. OLE color: 1372767.

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

Color convert

RGB 95 242 20 -
CMYK 0.61 0 0.92 0.05
HSL 99.73º 0.9% 0.51% -
HSV(B) 99.73º 0.92% 0.95% -
XYZ 36.6 65.99 11.47 -
YUV 172.74 41.8 72.55 -
System Red Green Blue C M Y K H S L
Decimal 95 242 20 0.61 0 0.92 0.05 99.73 0.9 0.51
Hex 5F F2 14 3D 0 5C 5 64 5A 33
Octal 137 362 24 75 0 134 5 144 132 63
Binary 1011111 11110010 10100 111101 0 1011100 101 1100100 1011010 110011

Color Harmonies of #5FF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF214

Black with #5FF214

Text Example


Text Example

White with #5FF214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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