Html Css Color HEX #55F20E Bright Green

📋 copy color: '#55F20E'

red 85 ◦ green 242 ◦ blue 14

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

Shades of Bright Green #55F20E

Tints of Bright Green #55F20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.11%

R = 24.93%
G = 70.97%
B = 4.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#55F20E (or 0x55F20E) is known color: Bright Green. HEX triplet: 55, F2 and 0E. RGB value is (85,242,14). Sum of RGB (Red+Green+Blue) = 85+242+14=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #55F20E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F20E is #AA0DF1. Grayscale: #A9A9A9. Windows color (decimal): -11144690 or 979541. OLE color: 979541.

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

Color convert

RGB 85 242 14 -
CMYK 0.65 0 0.94 0.05
HSL 101.32º 0.9% 0.5% -
HSV(B) 101.32º 0.94% 0.95% -
XYZ 35.58 65.47 11.18 -
YUV 169.07 40.49 68.04 -
System Red Green Blue C M Y K H S L
Decimal 85 242 14 0.65 0 0.94 0.05 101.32 0.9 0.5
Hex 55 F2 E 41 0 5E 5 65 5A 32
Octal 125 362 16 101 0 136 5 145 132 62
Binary 1010101 11110010 1110 1000001 0 1011110 101 1100101 1011010 110010

Color Harmonies of #55F20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F20E

Black with #55F20E

Text Example


Text Example

White with #55F20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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