Html Css Color HEX #5DF211 Bright Green

📋 copy color: '#5DF211'

red 93 ◦ green 242 ◦ blue 17

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

Shades of Bright Green #5DF211

Tints of Bright Green #5DF211

RGB

 RED value IS 93 (36.72% from 255) = 26.42%

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

 BLUE value IS 17 (7.03% from 255) = 4.83%

R = 26.42%
G = 68.75%
B = 4.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#5DF211 (or 0x5DF211) is known color: Bright Green. HEX triplet: 5D, F2 and 11. RGB value is (93,242,17). Sum of RGB (Red+Green+Blue) = 93+242+17=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF211 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5DF211 is #A20DEE. Grayscale: #ACACAC. Windows color (decimal): -10620399 or 1176157. OLE color: 1176157.

HSL color Cylindrical-coordinate representation of color #5DF211: 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.93%. Process color model (Four color, CMYK) of #5DF211 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 93 242 17 -
CMYK 0.62 0 0.93 0.05
HSL 99.73º 0.9% 0.51% -
HSV(B) 99.73º 0.93% 0.95% -
XYZ 36.37 65.87 11.33 -
YUV 171.8 40.64 71.8 -
System Red Green Blue C M Y K H S L
Decimal 93 242 17 0.62 0 0.93 0.05 99.73 0.9 0.51
Hex 5D F2 11 3E 0 5D 5 64 5A 33
Octal 135 362 21 76 0 135 5 144 132 63
Binary 1011101 11110010 10001 111110 0 1011101 101 1100100 1011010 110011

Color Harmonies of #5DF211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF211

Black with #5DF211

Text Example


Text Example

White with #5DF211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,242,17); }

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

background-color css

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

 a { background-color: rgb(93,242,17); }

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

border-color css

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

 span { border-color: rgb(93,242,17); }

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