Html Css Color HEX #55FA0A Bright Green

📋 copy color: '#55FA0A'

red 85 ◦ green 250 ◦ blue 10

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

Shades of Bright Green #55FA0A

Tints of Bright Green #55FA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.9%

R = 24.64%
G = 72.46%
B = 2.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#55FA0A (or 0x55FA0A) is known color: Bright Green. HEX triplet: 55, FA and 0A. RGB value is (85,250,10). Sum of RGB (Red+Green+Blue) = 85+250+10=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 250 (98.05% from 255 or 72.46% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FA0A is #AA05F5. Grayscale: #AEAEAE. Windows color (decimal): -11142646 or 719445. OLE color: 719445.

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

Color convert

RGB 85 250 10 -
CMYK 0.66 0 0.96 0.02
HSL 101.25º 0.96% 0.51% -
HSV(B) 101.25º 0.96% 0.98% -
XYZ 37.99 70.32 11.86 -
YUV 173.31 35.84 65.01 -
System Red Green Blue C M Y K H S L
Decimal 85 250 10 0.66 0 0.96 0.02 101.25 0.96 0.51
Hex 55 FA A 42 0 60 2 65 60 33
Octal 125 372 12 102 0 140 2 145 140 63
Binary 1010101 11111010 1010 1000010 0 1100000 10 1100101 1100000 110011

Color Harmonies of #55FA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FA0A

Black with #55FA0A

Text Example


Text Example

White with #55FA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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