Html Css Color HEX #55F20C Bright Green

📋 copy color: '#55F20C'

red 85 ◦ green 242 ◦ blue 12

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

Shades of Bright Green #55F20C

Tints of Bright Green #55F20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 25.07%
G = 71.39%
B = 3.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#55F20C (or 0x55F20C) is known color: Bright Green. HEX triplet: 55, F2 and 0C. RGB value is (85,242,12). Sum of RGB (Red+Green+Blue) = 85+242+12=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #55F20C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F20C is #AA0DF3. Grayscale: #A9A9A9. Windows color (decimal): -11144692 or 848469. OLE color: 848469.

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

Color convert

RGB 85 242 12 -
CMYK 0.65 0 0.95 0.05
HSL 100.96º 0.91% 0.5% -
HSV(B) 100.96º 0.95% 0.95% -
XYZ 35.56 65.46 11.11 -
YUV 168.84 39.49 68.2 -
System Red Green Blue C M Y K H S L
Decimal 85 242 12 0.65 0 0.95 0.05 100.96 0.91 0.5
Hex 55 F2 C 41 0 5F 5 65 5B 32
Octal 125 362 14 101 0 137 5 145 133 62
Binary 1010101 11110010 1100 1000001 0 1011111 101 1100101 1011011 110010

Color Harmonies of #55F20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F20C

Black with #55F20C

Text Example


Text Example

White with #55F20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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