Html Css Color HEX #55FE13 Bright Green

📋 copy color: '#55FE13'

red 85 ◦ green 254 ◦ blue 19

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

Shades of Bright Green #55FE13

Tints of Bright Green #55FE13

RGB

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

 GREEN value IS 254 (99.61% from 255) = 70.95%

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 23.74%
G = 70.95%
B = 5.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#55FE13 (or 0x55FE13) is known color: Bright Green. HEX triplet: 55, FE and 13. RGB value is (85,254,19). Sum of RGB (Red+Green+Blue) = 85+254+19=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 254 (99.61% from 255 or 70.95% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 254 - color contains mainly: green. Hex color #55FE13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FE13 is #AA01EC. Grayscale: #B1B1B1. Windows color (decimal): -11141613 or 1310293. OLE color: 1310293.

HSL color Cylindrical-coordinate representation of color #55FE13: hue angle of 103.15º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55FE13 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 254 19 -
CMYK 0.67 0 0.93 0.00
HSL 103.15º 0.99% 0.54% -
HSV(B) 103.15º 0.93% 1% -
XYZ 39.31 72.86 12.61 -
YUV 176.68 39.01 62.61 -
System Red Green Blue C M Y K H S L
Decimal 85 254 19 0.67 0 0.93 0.00 103.15 0.99 0.54
Hex 55 FE 13 43 0 5D 0 67 63 36
Octal 125 376 23 103 0 135 0 147 143 66
Binary 1010101 11111110 10011 1000011 0 1011101 0 1100111 1100011 110110

Color Harmonies of #55FE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FE13

Black with #55FE13

Text Example


Text Example

White with #55FE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,254,19); }

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

background-color css

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

 a { background-color: rgb(85,254,19); }

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

border-color css

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

 span { border-color: rgb(85,254,19); }

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