Html Css Color HEX #5AF127 Bright Green

📋 copy color: '#5AF127'

red 90 ◦ green 241 ◦ blue 39

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

Shades of Bright Green #5AF127

Tints of Bright Green #5AF127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.54%

R = 24.32%
G = 65.14%
B = 10.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#5AF127 (or 0x5AF127) is known color: Bright Green. HEX triplet: 5A, F1 and 27. RGB value is (90,241,39). Sum of RGB (Red+Green+Blue) = 90+241+39=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 241 (94.53% from 255 or 65.14% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF127 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF127 is #A50ED8. Grayscale: #ADADAD. Windows color (decimal): -10817241 or 2617690. OLE color: 2617690.

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

Color convert

RGB 90 241 39 -
CMYK 0.63 0 0.84 0.05
HSL 104.85º 0.88% 0.55% -
HSV(B) 104.85º 0.84% 0.95% -
XYZ 36.04 65.23 12.61 -
YUV 172.82 52.47 68.93 -
System Red Green Blue C M Y K H S L
Decimal 90 241 39 0.63 0 0.84 0.05 104.85 0.88 0.55
Hex 5A F1 27 3F 0 54 5 69 58 37
Octal 132 361 47 77 0 124 5 151 130 67
Binary 1011010 11110001 100111 111111 0 1010100 101 1101001 1011000 110111

Color Harmonies of #5AF127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF127

Black with #5AF127

Text Example


Text Example

White with #5AF127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,241,39); }

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

background-color css

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

 a { background-color: rgb(90,241,39); }

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

border-color css

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

 span { border-color: rgb(90,241,39); }

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