Html Css Color HEX #55E50D Bright Green

📋 copy color: '#55E50D'

red 85 ◦ green 229 ◦ blue 13

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

Shades of Bright Green #55E50D

Tints of Bright Green #55E50D

RGB

 RED value IS 85 (33.59% from 255) = 25.99%

 GREEN value IS 229 (89.84% from 255) = 70.03%

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

R = 25.99%
G = 70.03%
B = 3.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#55E50D (or 0x55E50D) is known color: Bright Green. HEX triplet: 55, E5 and 0D. RGB value is (85,229,13). Sum of RGB (Red+Green+Blue) = 85+229+13=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 229 (89.84% from 255 or 70.03% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 229 - color contains mainly: green. Hex color #55E50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E50D is #AA1AF2. Grayscale: #A2A2A2. Windows color (decimal): -11148019 or 910677. OLE color: 910677.

HSL color Cylindrical-coordinate representation of color #55E50D: hue angle of 100º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55E50D is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 229 13 -
CMYK 0.63 0 0.94 0.10
HSL 100º 0.89% 0.47% -
HSV(B) 100º 0.94% 0.9% -
XYZ 31.84 58 9.9 -
YUV 161.32 44.29 73.56 -
System Red Green Blue C M Y K H S L
Decimal 85 229 13 0.63 0 0.94 0.10 100 0.89 0.47
Hex 55 E5 D 3F 0 5E A 64 59 2F
Octal 125 345 15 77 0 136 12 144 131 57
Binary 1010101 11100101 1101 111111 0 1011110 1010 1100100 1011001 101111

Color Harmonies of #55E50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E50D

Black with #55E50D

Text Example


Text Example

White with #55E50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55E50D; }

 p { color: rgb(85,229,13); }

 H1.HeaderClassName
 {
   color: #55E50D;
 }
 .AnyTagClassName
 {
   color: #55E50D;
 }
</style>

background-color css

<style>
 a { background-color: #55E50D; }

 a { background-color: rgb(85,229,13); }

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

border-color css

<style>
 span { border-color: #55E50D; }

 span { border-color: rgb(85,229,13); }

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