Html Css Color HEX #55F200 Bright Green

📋 copy color: '#55F200'

red 85 ◦ green 242 ◦ blue 0

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

Shades of Bright Green #55F200

Tints of Bright Green #55F200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25.99%
G = 74.01%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#55F200 (or 0x55F200) is known color: Bright Green. HEX triplet: 55, F2 and 00. RGB value is (85,242,0). Sum of RGB (Red+Green+Blue) = 85+242+0=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 242 (94.92% from 255 or 74.01% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 242 - color contains mainly: green. Hex color #55F200 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F200 is #AA0DFF. Grayscale: #A8A8A8. Windows color (decimal): -11144704 or 62037. OLE color: 62037.

HSL color Cylindrical-coordinate representation of color #55F200: hue angle of 98.93º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55F200 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 242 0 -
CMYK 0.65 0 1 0.05
HSL 98.93º 1% 0.47% -
HSV(B) 98.93º 1% 0.95% -
XYZ 35.5 65.44 10.76 -
YUV 167.47 33.49 69.18 -
System Red Green Blue C M Y K H S L
Decimal 85 242 0 0.65 0 1 0.05 98.93 1 0.47
Hex 55 F2 0 41 0 64 5 63 64 2F
Octal 125 362 0 101 0 144 5 143 144 57
Binary 1010101 11110010 0 1000001 0 1100100 101 1100011 1100100 101111

Color Harmonies of #55F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F200

Black with #55F200

Text Example


Text Example

White with #55F200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,242,0); }

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

background-color css

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

 a { background-color: rgb(85,242,0); }

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

border-color css

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

 span { border-color: rgb(85,242,0); }

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