Html Css Color HEX #5AF00D Bright Green

📋 copy color: '#5AF00D'

red 90 ◦ green 240 ◦ blue 13

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

Shades of Bright Green #5AF00D

Tints of Bright Green #5AF00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 69.97%

 BLUE value IS 13 (5.47% from 255) = 3.79%

R = 26.24%
G = 69.97%
B = 3.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#5AF00D (or 0x5AF00D) is known color: Bright Green. HEX triplet: 5A, F0 and 0D. RGB value is (90,240,13). Sum of RGB (Red+Green+Blue) = 90+240+13=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 240 (94.14% from 255 or 69.97% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF00D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF00D is #A50FF2. Grayscale: #AAAAAA. Windows color (decimal): -10817523 or 913498. OLE color: 913498.

HSL color Cylindrical-coordinate representation of color #5AF00D: hue angle of 99.65º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5AF00D is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 240 13 -
CMYK 0.62 0 0.95 0.06
HSL 99.65º 0.9% 0.5% -
HSV(B) 99.65º 0.95% 0.94% -
XYZ 35.45 64.52 10.97 -
YUV 169.27 39.81 71.46 -
System Red Green Blue C M Y K H S L
Decimal 90 240 13 0.62 0 0.95 0.06 99.65 0.9 0.5
Hex 5A F0 D 3E 0 5F 6 64 5A 32
Octal 132 360 15 76 0 137 6 144 132 62
Binary 1011010 11110000 1101 111110 0 1011111 110 1100100 1011010 110010

Color Harmonies of #5AF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF00D

Black with #5AF00D

Text Example


Text Example

White with #5AF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,240,13); }

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

background-color css

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

 a { background-color: rgb(90,240,13); }

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

border-color css

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

 span { border-color: rgb(90,240,13); }

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