Html Css Color HEX #55FA13 Bright Green

📋 copy color: '#55FA13'

red 85 ◦ green 250 ◦ blue 19

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

Shades of Bright Green #55FA13

Tints of Bright Green #55FA13

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.62%

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

R = 24.01%
G = 70.62%
B = 5.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#55FA13 (or 0x55FA13) is known color: Bright Green. HEX triplet: 55, FA and 13. RGB value is (85,250,19). Sum of RGB (Red+Green+Blue) = 85+250+19=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 250 (98.05% from 255 or 70.62% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FA13 is #AA05EC. Grayscale: #AFAFAF. Windows color (decimal): -11142637 or 1309269. OLE color: 1309269.

HSL color Cylindrical-coordinate representation of color #55FA13: hue angle of 102.86º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55FA13 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 250 19 -
CMYK 0.66 0 0.92 0.02
HSL 102.86º 0.96% 0.53% -
HSV(B) 102.86º 0.92% 0.98% -
XYZ 38.05 70.35 12.19 -
YUV 174.33 40.34 64.28 -
System Red Green Blue C M Y K H S L
Decimal 85 250 19 0.66 0 0.92 0.02 102.86 0.96 0.53
Hex 55 FA 13 42 0 5C 2 67 60 35
Octal 125 372 23 102 0 134 2 147 140 65
Binary 1010101 11111010 10011 1000010 0 1011100 10 1100111 1100000 110101

Color Harmonies of #55FA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FA13

Black with #55FA13

Text Example


Text Example

White with #55FA13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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