Html Css Color HEX #5DF125 Bright Green

📋 copy color: '#5DF125'

red 93 ◦ green 241 ◦ blue 37

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

Shades of Bright Green #5DF125

Tints of Bright Green #5DF125

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.96%

 BLUE value IS 37 (14.84% from 255) = 9.97%

R = 25.07%
G = 64.96%
B = 9.97%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#5DF125 (or 0x5DF125) is known color: Bright Green. HEX triplet: 5D, F1 and 25. RGB value is (93,241,37). Sum of RGB (Red+Green+Blue) = 93+241+37=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF125 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5DF125 is #A20EDA. Grayscale: #AEAEAE. Windows color (decimal): -10620635 or 2486621. OLE color: 2486621.

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

Color convert

RGB 93 241 37 -
CMYK 0.61 0 0.85 0.05
HSL 103.53º 0.88% 0.55% -
HSV(B) 103.53º 0.85% 0.95% -
XYZ 36.3 65.37 12.45 -
YUV 173.49 50.97 70.59 -
System Red Green Blue C M Y K H S L
Decimal 93 241 37 0.61 0 0.85 0.05 103.53 0.88 0.55
Hex 5D F1 25 3D 0 55 5 68 58 37
Octal 135 361 45 75 0 125 5 150 130 67
Binary 1011101 11110001 100101 111101 0 1010101 101 1101000 1011000 110111

Color Harmonies of #5DF125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DF125

Black with #5DF125

Text Example


Text Example

White with #5DF125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,241,37); }

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

background-color css

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

 a { background-color: rgb(93,241,37); }

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

border-color css

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

 span { border-color: rgb(93,241,37); }

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