Html Css Color HEX #55FA07 Bright Green

📋 copy color: '#55FA07'

red 85 ◦ green 250 ◦ blue 7

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

Shades of Bright Green #55FA07

Tints of Bright Green #55FA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 24.85%
G = 73.1%
B = 2.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#55FA07 (or 0x55FA07) is known color: Bright Green. HEX triplet: 55, FA and 07. RGB value is (85,250,7). Sum of RGB (Red+Green+Blue) = 85+250+7=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 250 (98.05% from 255 or 73.10% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FA07 is #AA05F8. Grayscale: #ADADAD. Windows color (decimal): -11142649 or 522837. OLE color: 522837.

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

Color convert

RGB 85 250 7 -
CMYK 0.66 0 0.97 0.02
HSL 100.74º 0.96% 0.5% -
HSV(B) 100.74º 0.97% 0.98% -
XYZ 37.97 70.32 11.77 -
YUV 172.96 34.34 65.26 -
System Red Green Blue C M Y K H S L
Decimal 85 250 7 0.66 0 0.97 0.02 100.74 0.96 0.5
Hex 55 FA 7 42 0 61 2 65 60 32
Octal 125 372 7 102 0 141 2 145 140 62
Binary 1010101 11111010 111 1000010 0 1100001 10 1100101 1100000 110010

Color Harmonies of #55FA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FA07

Black with #55FA07

Text Example


Text Example

White with #55FA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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