Html Css Color HEX #5AE725 Bright Green

📋 copy color: '#5AE725'

red 90 ◦ green 231 ◦ blue 37

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

Shades of Bright Green #5AE725

Tints of Bright Green #5AE725

RGB

 RED value IS 90 (35.55% from 255) = 25.14%

 GREEN value IS 231 (90.63% from 255) = 64.53%

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

R = 25.14%
G = 64.53%
B = 10.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#5AE725 (or 0x5AE725) is known color: Bright Green. HEX triplet: 5A, E7 and 25. RGB value is (90,231,37). Sum of RGB (Red+Green+Blue) = 90+231+37=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 231 (90.62% from 255 or 64.53% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 231 - color contains mainly: green. Hex color #5AE725 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AE725 is #A518DA. Grayscale: #A7A7A7. Windows color (decimal): -10819803 or 2484058. OLE color: 2484058.

HSL color Cylindrical-coordinate representation of color #5AE725: hue angle of 103.61º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5AE725 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 90 231 37 -
CMYK 0.61 0 0.84 0.09
HSL 103.61º 0.8% 0.53% -
HSV(B) 103.61º 0.84% 0.91% -
XYZ 33.13 59.46 11.48 -
YUV 166.73 54.79 73.27 -
System Red Green Blue C M Y K H S L
Decimal 90 231 37 0.61 0 0.84 0.09 103.61 0.8 0.53
Hex 5A E7 25 3D 0 54 9 68 50 35
Octal 132 347 45 75 0 124 11 150 120 65
Binary 1011010 11100111 100101 111101 0 1010100 1001 1101000 1010000 110101

Color Harmonies of #5AE725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE725

Black with #5AE725

Text Example


Text Example

White with #5AE725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,231,37); }

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

background-color css

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

 a { background-color: rgb(90,231,37); }

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

border-color css

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

 span { border-color: rgb(90,231,37); }

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